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

https://github.com/schafeld/rowrow.io

Website rowrow.io
https://github.com/schafeld/rowrow.io

javascript nodejs

Last synced: 2 months ago
JSON representation

Website rowrow.io

Awesome Lists containing this project

README

          

# rowrow.io
## Website experiment

'Hello World' Javascript fullstack experiment.

Deployed at www.rowrow.io and/or rowrow.io (DNS name pointing from original provider to Zeit.co).

Zeit deployment is auto-aliased to domain ```rowrow.io``` through _package.json_ entry:
````
"now": {
"name": "rowrow",
"alias": "rowrow.io"
}
````
Simply run ```now && now alias``` to deploy and alias in one step.

(changed to Zeit version 2 - work in progress...)