Skip to content

Simple picture / name matching game for Hacker Schoolers & alumni as a JS bookmarklet

Notifications You must be signed in to change notification settings

despeset/HS-Name-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HS Name Game

Hacker Schoolers can use this bookmarklet to launch a simple name / picture matching game from behind the hackerschool.com login wall.

How to use

Just copy the code in bookmarklet.js into a bookmark ( or paste the source into your console on http://recurse.com/private) and you're ready to go!

Development

To automatically generate bookmarklet.js whenever main.js is saved:

  1. Install Node.js
  2. Install npm packages including Grunt and it's supporting packages with npm install on cli
  3. Run Grunt with grunt watch
  4. Grunt will automatically regenerate the bookmarklet everytime main.js is saved

Note: Bookmarklet generation is a simple JS minification using the grunt-contrib-uglify (into dist.js) and grunt-file-append (into bookmarklet.js) plugins.

About

Simple picture / name matching game for Hacker Schoolers & alumni as a JS bookmarklet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published