Welcome to the Veriscope Api!
- Clone repo
bundle install
bundle exec rails db:setup
bundle exec rails s
npm install
npm run proxy
- c/p this into chrome: "chrome://flags/#allow-insecure-localhost"
- Click "Enable"
VERB | URL | Action |
---|---|---|
GET | /evaluate | evaluate an article |
POST | /blacklists | add domain to blacklist |
POST | /concepts | add a viral concept |
POST | /session | log in |
DELETE | /session | log out |