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

https://github.com/webdad/myverses

Simple Service to Read the Bible and have a list of favorite bible verses.
https://github.com/webdad/myverses

Last synced: about 1 month ago
JSON representation

Simple Service to Read the Bible and have a list of favorite bible verses.

Awesome Lists containing this project

README

          

# MyVerses
Simple Service to Read the Bible and have a list of favorite bible verses.

## Start the App

### OneLiner
1. `wget https://raw.githubusercontent.com/WebDaD/myVerses/master/install.sh | sh`

### Native
1. `git clone https://github.com/WebDaD/myVerses.git`
2. `cd myVerses`
3. `npm run deploy`
4. `npm start`

### Docker
1. `git clone https://github.com/WebDaD/myVerses.git`
2. `cd myVerses`
3. `mkdir -p /usr/database/myVerses`
3. `docker build -t myVerses .`
4. `docker run -v /usr/database/myVerses:/opt/myVerses/database myVerses`

## Resources
Many Thanks to the developers of the Following Stuff:
* [Zefaina](https://sourceforge.net/projects/zefania-sharp/ http://bgfdb.de/zefaniaxml/bml/)
* [Bootstrap](http://getbootstrap.com/)
* [Angular](https://angularjs.org/)
* [node.js](https://nodejs.org/en/)
* [passportjs](http://passportjs.org/)
* [MaterialPalette](https://www.materialpalette.com/green/amber)
* [AndroidAssetStudio](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html)
* [RealFaviconGenerator](http://realfavicongenerator.net/)
* [TWBSColor](http://work.smarchal.com/twbscolor/)

---
Below this line, stuff will be removed and placed in better places!
### TODO

## code
* libs
* TEST user
* TEST bible
* TEST bibles
* Routes
* bible (req.query.version,language)
* stats
* user
* export
* index -> status
* tests
* bible
* bibles
* user
* app -> https://strongloop.com/strongblog/nodejs-testing-documenting-apis-mocha-acquit/
* assets / gui
* global
* typhography
* nice header
* print button in navbar, on card(fullscreen, sideways)
* search in upper right
* html
* bible
* TEST Home
* Login
* modal-verse
* Profile
* stats
* verse
* angularjs
* MyVerses
* services
* bible
* stats
* user
* controller
* bible
* Home
* Login
* modal-verse
* Profile
* stats
* verse

## docs
* standard icon in readme, also test coverage, etc
* logo on readme top
* raml
* postman

## Login-Options
* https://blog.risingstack.com/node-hero-node-js-authentication-passport-js/
* local (bcrypt, md5)
* facebook
* twitter
* google
* linkedIN
* OpenID