Skip to content

robertov8/weather-forecast

Repository files navigation

Forecast

Um revolucionário App de consulta de clima. 😎 ☁️ ☀️ ☔ ❄️ ⚡ ⛄ 🌀 🌁 [TOC]

Características

  • eslint - Ferramenta para identificar e reportar padrões código ECMAScript/JavaScript
  • axios - Cliente HTTP para requisições de API
  • chartjs - biblioteca para gráficos
  • react-chartjs - Criar components chartjs
  • react-gmaps - Cria component Google Maps

Instalando dependências

weather-forecast-challenge $ npm install

Rodando o App

weather-forecast-challenge $ npm run start
# Ou
weather-forecast-challenge $ npm start

Executando testes

weather-forecast-challenge $ npm run test
# Ou
weather-forecast-challenge $ npm test