Likelater is a web app that emails users a recap of the tweets they've liked on Twitter that contain links. To use Likelater, visit likelater.io.
Likelater is developed and tested against:
- Ruby 2.7.6
- Rails 6.1
It also requires the following dependencies:
- Bundler
- NodeJS
- Yarn
- Postgresql
- Set DATABASE_URL in your shell environment to something like this:
export DATABASE_URL='postgresql://<postgres_user>:<postgres_password>@localhost:5432'
- Run the following to load the database:
bin/rails db:create db:schema:load
- Run the rails server:
bin/rails s
You should be able to load Likelater in your web browser at localhost:3000.