qvifle-weather
v1.1.0
Published
cli app for forecast
Downloads
1
Readme
:dart: About
Cli forecast Node.js app (using openweather api)
:sparkles: Features
:heavy_check_mark: Get forecast fast;
:heavy_check_mark: Comfortable;
:heavy_check_mark: User-friendly design;
:rocket: Technologies
The following tools were used in this project:
:white_check_mark: Requirements
Before starting :checkered_flag:, you need to have Git and Node installed.
:checkered_flag: Starting
# Clone this project
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/qvifle-weather
# Access
$ cd qvifle-weather
# Install dependencies
$ npm i
# Run the project
$ node weather
# The server will initialize in the <http://localhost:3000>
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
Made with :heart: by {{YOUR_NAME}}
Back to top