An open API service indexing awesome lists of open source software.

https://github.com/vil/todaysweather

Simple weather app made using html, css and javascript.
https://github.com/vil/todaysweather

css express html javascript nodejs openweathermap openweathermap-api weather weather-app

Last synced: about 1 year ago
JSON representation

Simple weather app made using html, css and javascript.

Awesome Lists containing this project

README

          

# TodaysWeather
Weather app made using html, css, javascript and openweathermap api.

## Setup
1. Clone the repository `git@github.com:vil/TodaysWeather.git`
2. Init the project and install dependencies `npm i`
3. Create a `.env` file and put your api key in it. For example: `API_KEY=xxxxxxxxxxxxxxxx`. You can get a api key from https://openweathermap.org/
4. Run the server using `node index.js`
5. Enjoy!

![](https://imgur.com/OVGC4Bc.png)

-----------------------------
## License
> [This source code is under the GNU General Public License, version 3.](https://www.gnu.org/licenses/gpl-3.0.txt)