/Scheduled-Tweets

Buffer clone to schedule tweets.

Primary LanguageRuby

Scheduled-Tweets

twitter: api_key: zhRw1kUWmDg87u8irq6khVxBf api_secret: yC05nWBch5BtcdWI69epsL1IUbEJF6kKtUMBHmmTlGJcUSHRre

Notes

Scheduled Tweets

  • A buffer clone to schedule and posts tweets to twitter.com.

1. Built With

2. Pre-requisites

  • Basic to intermediate Ruby skills.
  • Have Ruby, redis, and postgresql installed locally.

Below are the instructions on how to play the game and also setting it up locally.

Build Dependencies 🚧

  • To get a local copy up and running, follow these simple example steps.

Setup and installation

git clone https://github.com/Davidhevesi/Scheduled-Tweets.git

Install dependencies

 bundle install

Run migrations

rails db:create && rails db:migrate

Run the app in the development mode

rails start

Open http://localhost:3000 to view it in the browser.

4. Live link

Link to Live Page


5. Author Section

👤 David Hevesi


7. Show your support

Give a ⭐️ if you like this project!


Credits

  • Chris of GoRails