Cities ids API for my Weather App
If you want to see live version go to
http://cities-ids.herokuapp.com
To search for the City just pass the name of the City to the query
?q=cityName
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First after you clone repository or download ZIP files, you have to run this command to install all needed dependencies.
npm install
To run App
Command to run development server using NODEMON
npm run dev
Command to run app on server using NODE
npm run start
- Express - The framework for NODE
- Nodemon - Utility to monitor for changes in files and restart server
This project is licensed under the MIT License - see the LICENSE.md file for details