Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelargentina/js-weather-app


https://github.com/miguelargentina/js-weather-app

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

## Project: TucuWeather App

## Features

- Lets users ask for the forecast of their favourite city
- Gets updated forecasts for more than 250.00 cities

![main screen](./scrsh1.png)
![forecast in celcius](./scrsh2.png)
![forecast in farenheit](./scrsh3.png)

## Built With

- HTML5
- CSS3
- Javascript (ES6)

## Live Demo

Visit [TucuWeather App](https://heuristic-torvalds-b75586.netlify.app/)

## Prerequisites

- Internet browser compatible with HTML5, CSS3 and Javascript ES6

## Getting Started

- Open your terminal - Windows: `Win + R`, then type `cmd` | Mac: `Command + space`, then type `Terminal`
- Navigate to a directory of your choosing using the `cd` command
- Run this command in your OS terminal: `git clone [email protected]:MiguelArgentina/js-weather-app.git` to get a copy of the project.
- Navigate to the project's directory using the `cd` command

### Usage

From within the project directory after installing the required dependencies with `npm i`, run `npm start` to open the dev server to use the project locally.

## Author

👤   **Miguel Ricardo Gomez**

- GitHub: [@MiguelArgentina](https://github.com/MiguelArgentina)
- Twitter: [@Qete_arg](https://twitter.com/Qete_arg)
- LinkedIn: [Miguel Ricardo Gomez](https://www.linkedin.com/in/miguelricardogomez/)







Issues


Pull Requests


License

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

This project was based on [The Odin Project](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript/lessons/weather-app) lesson