Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aparrett/astro-ws-api
https://github.com/aparrett/astro-ws-api
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aparrett/astro-ws-api
- Owner: aparrett
- Created: 2024-04-04T15:44:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:44:11.000Z (6 months ago)
- Last Synced: 2024-05-15T15:10:20.798Z (6 months ago)
- Language: TypeScript
- Size: 508 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Weather Service
Astronomy weather service based on NWS forecast data.
### Useful Links
[AstroWS Application](https://d6vmy0uap08yx.cloudfront.net)
[AstroWS UI Repo](https://github.com/aparrett/astro-ws-ui)
[AstroWS Types Repo](https://github.com/aparrett/astro-ws-types)
[NWS API docs](https://www.weather.gov/documentation/services-web-api#/default/gridpoint)
[Mapbox API Docs](https://docs.mapbox.com/api/search/search-box/#get-search-results)
[Sunset Sunrise API Docs](https://sunrise-sunset.org/api)
### Local
For local, you need a .env file with values for the following variables.
```sh
MAPBOX_API_TOKEN=must_be_real
NWS_API_KEY=can_be_fake
```