Skip to content

nickpwhite/likelater

Repository files navigation

Likelater

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.

Requirements

Likelater is developed and tested against:

  • Ruby 2.7.6
  • Rails 6.1

It also requires the following dependencies:

  • Bundler
  • NodeJS
  • Yarn
  • Postgresql

Getting Started

  1. Set DATABASE_URL in your shell environment to something like this:
export DATABASE_URL='postgresql://<postgres_user>:<postgres_password>@localhost:5432'
  1. Run the following to load the database:
bin/rails db:create db:schema:load
  1. Run the rails server:
bin/rails s

You should be able to load Likelater in your web browser at localhost:3000.

Releases

No releases published

Packages

No packages published