Skip to content

codepath/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌤️ Simple Weather API

A minimalist Express.js app that serves hardcoded weather data via a single RESTful endpoint.

🚀 Quick Start

  1. Clone the Repo

    git clone [email protected]:codepath/weather-api.git
    cd weather-api
  2. Install Dependencies

    npm install
  3. Run the App

    npm start
  4. Fetch Weather Data

    curl http://localhost:9009/api

Deployment

https://weather-api-3ige.onrender.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published