https://github.com/marcus-24/weather-app-backend
This code serves as the backend of the weather application where ExpressJS is used to pull data from weather.gov
https://github.com/marcus-24/weather-app-backend
expressjs render-com weather-gov-api
Last synced: 7 months ago
JSON representation
This code serves as the backend of the weather application where ExpressJS is used to pull data from weather.gov
- Host: GitHub
- URL: https://github.com/marcus-24/weather-app-backend
- Owner: marcus-24
- Created: 2024-10-11T22:45:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T02:58:55.000Z (about 1 year ago)
- Last Synced: 2025-02-04T03:27:42.179Z (about 1 year ago)
- Topics: expressjs, render-com, weather-gov-api
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-App-Backend
The objective of this repository was to create a backend script using ExpressJS to pull weather data from weather.gov and send it to the front end service at Weather-App-Frontend.