Skip to content

An application that posts every 1 hour the weather of Matão/SP city on Twitter. Find me at @previsaomatao on Twitter!

License

Notifications You must be signed in to change notification settings

gabrielhs1357/weather-forecast-matao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast Matão

Author License Last commit

Find me at @previsaomatao on Twitter and don't forget the umbrella anymore!


📌 Table of Contents

🚀 Features

  • 🌦 Tweet the current weather by using Twitter and OpenWeather APIs.

💻 Technologies

👷 Getting Started

First of all, make sure that you have installed Node.js and YARN. You need also an API Key of OpenWeather API and the API Credentials of Twitter API, so you can go ahead with the following steps:

  1. Clone the project:

    git clone https://github.com/gabrielhs1357/weather-forecast-matao.git
    
  2. Install the dependencies:

    yarn
    
  3. Create a copy of .env.sample file and rename it to .env.

  4. Set up your .env file.

  • API_KEY: your API Key of OpenWeather API.
  • ACCESS_TOKEN, ACCESS_TOKEN_SECRET, CONSUMER_KEY, CONSUMER_SECRET: these all are the API Credentials of Twitter API.
  1. Start the application in development environment:

    yarn dev

📕 License

This project is under the MIT license.


Made with 💜 by Gabriel Silva.

About

An application that posts every 1 hour the weather of Matão/SP city on Twitter. Find me at @previsaomatao on Twitter!

Resources

License

Stars

Watchers

Forks