Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagas/hwknd.com
Source code for Hacker WeeKeND - a place for your weekend projects
https://github.com/stagas/hwknd.com
Last synced: 14 days ago
JSON representation
Source code for Hacker WeeKeND - a place for your weekend projects
- Host: GitHub
- URL: https://github.com/stagas/hwknd.com
- Owner: stagas
- License: mit
- Created: 2010-11-30T19:59:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-30T20:04:09.000Z (almost 14 years ago)
- Last Synced: 2024-04-08T15:44:51.528Z (7 months ago)
- Language: JavaScript
- Homepage: http://hwknd.com
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the source code for http://hwknd.com
To setup recaptcha you need to add a file in the same directory as server.js,
called rckeys.js which should export your recaptcha keys like this:exports.rcPublicKey = 'abcdabcdabcdabcdabcdabcdabcdabcdabcd'
exports.rcPrivateKey = 'abcdabcdabcdabcdabcdabcdabcdabcdabcd'