Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 503 Bytes

APICraft.org

This is the website for apicraft.org.

Get the basics going:

npm install
node .

This website depends on an API. Get the api and then run

npm install argo

Modify lines 2 & 3 of functions.js to point to your api.

var baseURL = "http://api.api-craft.org";
var api_url = baseURL + "/conferences/detroit2014";