Skip to content

Commit

Permalink
fixed a bug with weather apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
pintux committed Nov 5, 2015
1 parent 4f49a92 commit 035536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Included Basic Apps

`/me`: get a simple message related to chat user

`/weather city`: get an updated summary of the weather for the specified `city` (for composed city names, like New York, write it without spaces: `newyork`); **NB: OpenWeatherMap service now requires an APIKEY, get one [HERE](http://openweathermap.org/appid#get) AND add the key in the apps/weather.js file.
`/weather city`: get an updated summary of the weather for the specified `city` (for composed city names, like New York, write it without spaces: `newyork`); **NB**: OpenWeatherMap service now requires an APIKEY, get one [HERE](http://openweathermap.org/appid#get) AND add the key in the apps/weather.js file.

`/http code`: NERD-ZONE, get a nice picture about the specified HTTP Status Code ;)

Expand Down

0 comments on commit 035536d

Please sign in to comment.