Coder Social home page Coder Social logo

hs-api-playground's Introduction

Hacker School API Playground

Allow HSers to play with HS API endpoints.

The Hacker School API is documented here: https://wiki.hackerschool.com/index.php/Hacker_School_API

Setup

  1. Clone this repo and use pip install -r requirements.txt to get the dependencies; you may wish to do this in a virtual environment

  2. Create a new Heroku application

  3. Do Create an OAuth application on https://www.hackerschool.com/settings

    1. Enter the redirect URL as something like https://[app-name].herokuapp.com/oauth_authorized
  4. Create a keys.sh file and put the ID, Secret and redirect values into it

    export CONSUMER_KEY='[your.application.id]'
    export CONSUMER_SECRET='[your.application.secret]'
    export REDIRECT_URI='[your.redirect.uri]'
  5. Put those variables in your environment with $ source keys.sh and set them on Heroku with $ heroku config:set CONSUMER_KEY="$CONSUMER_KEY" CONSUMER_SECRET="$CONSUMER_SECRET" REDIRECT_URI="$REDIRECT_URI"

  6. Run the dev server with $ foreman start

  7. Visit the server in your browser using your IP address in something like http://localhost:5000/. You will need to correct the URL to localhost when you are redirected.

hs-api-playground's People

Contributors

plredmond avatar filosottile avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.