https://github.com/zoetrope69/domains
:cool::link: domain hacks based on words
https://github.com/zoetrope69/domains
domain-hack domains javascript
Last synced: 4 months ago
JSON representation
:cool::link: domain hacks based on words
- Host: GitHub
- URL: https://github.com/zoetrope69/domains
- Owner: zoetrope69
- Created: 2013-04-16T21:17:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T12:10:10.000Z (over 8 years ago)
- Last Synced: 2025-07-25T08:13:11.672Z (10 months ago)
- Topics: domain-hack, domains, javascript
- Language: JavaScript
- Homepage: https://domains.glitch.me
- Size: 5.55 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# domains
## install
1. `npm install`
2. add mashape api key to `.env` (see `.env-sample`) _you'll need to set yourself up with a [mashape account](https://market.mashape.com/domainr/domain)_
3. add merriam-webster dictionary key to `.nv` (see `.env-sample`) _you'll need to set yourself up with a [developer api key](https://www.dictionaryapi.com/)_
## start
1. `npm start`
2. its now running at http://localhost:3000
## dev
+ `npm run dev`
+ `nodemon app.js`
### using
[preact (boilerplate)](https://github.com/developit/preact-boilerplate)