An open API service indexing awesome lists of open source software.

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

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)