Skip to content
Snippets Groups Projects
Verified Commit ba86e58a authored by Erick Hitter's avatar Erick Hitter
Browse files

Getting better

parent 46da78cd
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ app.post('/post', function(req, res){ ...@@ -97,7 +97,7 @@ app.post('/post', function(req, res){
// Build forecast into a table // Build forecast into a table
var forecastData = JSON.parse( body ); var forecastData = JSON.parse( body );
var forecastBody = "#### Forecast as of " + forecastData.forecast.txt_forecast.date + "\n"; var forecastBody = "##### Forecast as of " + forecastData.forecast.txt_forecast.date + "\n";
forecastBody += "| Day | Description | High | Low |\n"; forecastBody += "| Day | Description | High | Low |\n";
forecastBody += "|:--------------------|:---------------------------------|:-------|:-------|\n"; forecastBody += "|:--------------------|:---------------------------------|:-------|:-------|\n";
forecastBody += "| Monday, Feb. 15 | Cloudy with a chance of flurries | 3 °C | -12 °C |\n"; forecastBody += "| Monday, Feb. 15 | Cloudy with a chance of flurries | 3 °C | -12 °C |\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment