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

I broke the table formatting

parent c00c6596
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ app.post('/post', function(req, res){
// Build forecast into a table
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 += "|:--------------------|:---------------------------------|:-------|:-------|\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