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.
- Host: GitHub
- URL: https://github.com/vil/todaysweather
- Owner: vil
- License: gpl-3.0
- Created: 2022-02-23T19:17:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T13:09:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T07:51:12.266Z (over 1 year ago)
- Topics: css, express, html, javascript, nodejs, openweathermap, openweathermap-api, weather, weather-app
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

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