Skip to content

imjacobclark/ngaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name generator as a service

A little endpoint which returns strings such as nostalgic-torvalds for those throwaway (or maybe permanent) resources you need to name.

Strings derived from the Docker project.

Hosted version: http://ngaas.api.jacobclark.xyz (Heroku free-tier - may take a few moments to respond).

Just Node

$ git clone git@github.com:imjacobclark/ngaas.git && cd ngaas
$ npm install
$ npm test
$ npm start

Docker

$ git clone git@github.com:imjacobclark/ngaas.git && cd ngaas
$ docker build -t ngaas .
$ docker run -d -p 3000:3000 --name ngaas ngaas

Heroku

Deploy

AWS SAM

Ensure you have aws-cli installed and configured.

$ git clone git@github.com:imjacobclark/ngaas.git && cd ngaas
$ cd sam
$ ./deploy

Releases

No releases published

Packages

No packages published