Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Trott/devconf-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devconf-calendar

HTML5DevConf calendar transformed to JSON data by Amalgamatic

  1. Clone this repostiory
  2. npm install
  3. npm install -g browserify uglify-js
  4. browserify main.js -o bundle.js && uglifyjs bundle.js -o bundle.min.js

Start up a web server to serve index.html—it won't work as a file URL due to CORS restrictions—and start using your JSON data. Sure, you can just copy and paste it out of your browser. Or you can edit main.js and index.html to do stuff with it right there. Just be sre to run the browserify/uglifyjs step if you edit main.js.

If it's still working, you can check it out at http://trott.github.io/devconf-calendar/.

About

HTML5DevConf calendar transformed to JSON data by Amalgamatic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published