From 46da78cd88ac1e170923cad6308f0b0f76e2e957 Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Fri, 13 Jan 2017 23:03:24 -0800 Subject: [PATCH] I broke the table formatting --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 099ee33..c1c10ee 100644 --- a/index.js +++ b/index.js @@ -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"; -- GitLab