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

https://github.com/valentinh/weather-app

A weather app using Vercel edge functions for geolocation
https://github.com/valentinh/weather-app

Last synced: 11 months ago
JSON representation

A weather app using Vercel edge functions for geolocation

Awesome Lists containing this project

README

          

# Weather app

## How to use

To start the app locally:

```sh
yarn install
yarn dev
```

You need to create an `.env` file at the root of the project.
You can copy the values from `.env.default`.

You can get an API key for `OPEN_WEATHER_MAP_API_KEY` here: https://openweathermap.org/price

Your can get an API key for `PLACES_API_KEY` here: https://developers.google.com/maps/documentation/places/web-service/get-api-key

## Future improvements

- store destinations somewhere better than local storage
- periodically refresh the current temperature for the destinations
- add integration tests