Skip to content

An application to get informed about your representatives

Notifications You must be signed in to change notification settings

code4nova/Informr.US

 
 

Repository files navigation

Inform-R-Us

You can see a demo of this app here

To run this app, you'll need:

  • node.js (recommended version: 6.9.2), npm (recommended version 3.10.9)

You can clone this app using git

git clone https://github.com/Superjisan/InformRU.git

To run this app, you'll need to set a .env file at the root directory of this project. The .env file should contain the API key for Sunlight Foundation.

Example .env file

OPEN_STATES_API_KEY={YOUR_KEY_HERE}

After setting up an env file, ensure that you run

npm install

After that is all set up, you can run the server using

npm start

The above command should set up a server at localhost:3002. So head over at that url in your browser.

You should see something like this:

About

An application to get informed about your representatives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • HTML 28.4%
  • CSS 27.9%