Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 629 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 629 Bytes

RIIR !!!

nuff said

Features ?

  • Gives the current date in the french republican calendar.
  • Twitch integration to be notified when fellow chan members are streaming.
  • Url grab to fetch the title with special integration for youtube API.
  • Track the rates and evolution of various cryptoshitcoins.

Migrations

Follow the diesel getting started guide.

Commands are roughly

export DATABASE_URL=rustygolem.sqlite
diesel migration generate <MIGRATION_NAME>
diesel migration run
diesel migration redo