Skip to content

nept/HashtagBattle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

HashtagBattle allows anyone to visualize the competitivity of 2 to 5 hashtags in the time. If you sign in with Twitter, you’re allowed to create Battles and update those counts. API is accessible at /api/v1 Swagger Documentation is accessible at /api/v1/swagger_doc

  • Ruby version : tested on ruby 2.3.3p222

  • System dependencies : currently none (using default webrick server)

  • Configuration : run with environment variables TWITTER_KEY=your_app_key and TWITTER_SECRET=your_app_secret_key

  • Database creation/initialization : using PostgreSQL - just run rake db:setup, that’s all

  • How to run the test suite : just run ‘bundle exec rspec’

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.5%
  • HTML 11.7%
  • CSS 2.5%
  • Other 1.3%