├── .gitignore ├── README.md ├── fox.js └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | /.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesgpearce/foxjs/HEAD/README.md -------------------------------------------------------------------------------- /fox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesgpearce/foxjs/HEAD/fox.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesgpearce/foxjs/HEAD/index.html --------------------------------------------------------------------------------