Skip to content
/ wicit Public
forked from opensacorg/wicit

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.

License

Notifications You must be signed in to change notification settings

chadk/wicit

This branch is 76 commits behind opensacorg/wicit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jesse Rosato
Nov 10, 2014
6ca3a31 · Nov 10, 2014
Aug 13, 2014
Sep 4, 2014
Jul 26, 2014
Sep 23, 2014
Nov 6, 2014
Nov 6, 2014
Sep 23, 2014
Nov 6, 2014
Jul 26, 2014
Oct 8, 2014
Aug 13, 2014
Sep 7, 2014
Aug 1, 2014
Nov 10, 2014
Sep 7, 2014
Aug 30, 2014
Sep 10, 2014

Repository files navigation

#WICit: Where to Shop with WIC

The California deployment of WICit is live!

Check it out at findwic.com!


Development Environment Setup

OS X

1 Install node.js and NPM (Node Package Manager)

2 Install grunt command-line on your machine: sudo npm install -g grunt-cli

3 Install the SASS compiler gem: gem install sass

4 Fork the repository and setup a local clone

5 Move into your local wicit directory: cd <yourdirectory>/wicit

6 Install server-side dependencies: npm install

7 Register your development application to receive a data portal API token.

8 Setup a Mapbox map to use in your development environment.

9 Copy the .env.dist file to a file called .env, and update the MAPBOX_ID, MAPBOX_TOKEN, and API_TOKEN parameters in that file with your Mapbox map ID, Mapbox API token, and data portal API token.

10 Start the development server: grunt dev

11 Try it out

###License WICit is free software, and may be redistributed under the MIT-LICENSE.

About

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published