https://github.com/alexsobiek/luc-comp-324-weatherapp
https://github.com/alexsobiek/luc-comp-324-weatherapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexsobiek/luc-comp-324-weatherapp
- Owner: alexsobiek
- Created: 2022-03-25T21:24:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T20:33:44.000Z (about 3 years ago)
- Last Synced: 2024-12-28T13:43:26.747Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LUC-COMP-324-WeatherApp
## Getting Started
### Requirements
- API key from [OpenWeatherMap](https://openweathermap.org)
- `API_KEY` environment variable set (`.env` is supported)### Running
```shell
npm install
npm start
```