Skip to content

Source code for the API Craft Conference website (in node/express/less)

Notifications You must be signed in to change notification settings

apicraft/apicraft.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";

About

Source code for the API Craft Conference website (in node/express/less)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published