-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add credits and thanks * fix(docs): update version * fix: change the sample user * chore: add sample test env * fix: set props on package.json * fix: move dependencies * fix: circle ci (#1) * fix: remove filter on config * fix: back filters * fix: add .env.testing - circleci * chore: remove plans (#2) Remove plans * feature: add seeds on migrations (#3) * chore: remove plans * feature: add seeds on migrations * fix: change precommit script * fix: update script * fix: add adonijs on circleci * fix: add adonisjs on circleci * fix: add .env.testing * chore: add seed instructions * feat: add patreon button (#7) feat: add patreon button * v.0.2.1 * fix: set node version * fix: remove unused nodemon * feat: posting new homepage * chore: ignore file * v0.2.2 * v0.2.2 * chore: remove unused dependencie * fix: copy and menu links on homepage (#11) * fix: copy and menu links on homepage * fix: link on readme * feat: add requests stats (#12) * feat: add requests stats * fix: requests test * v0.2.3 * chore: update version * fix: logger tests (#13) v.0.2.3 * feat: add requests stats * fix: requests test * chore: update version * fix: request tests * v0.2.3 * fix: requests logger (#14) * feat: add requests stats * fix: requests test * v0.2.3 * chore: update version * fix: request tests * fix: request tests * fix: remove requests tests (#15) * feat: add requests stats * fix: requests test * v0.2.3 * chore: update version * fix: migrations on production (#17) * chore: update description * fix: remove unused page * fix: comment column * chore: Increase the limit on allowed requests within 3 minutes * feat: add comment on getBook
- Loading branch information
1 parent
000f9fe
commit ad28d89
Showing
12 changed files
with
1,674 additions
and
141 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
define({ "name": "bibleAPI", "version": "0.2.0", "description": "A RESTful API for Bible", "title": "bibleAPI", "url": "https://bibleapi.co/", "header": { "title": "bibleAPI", "index": "Home", "indexHref": "https://bibleapi.co" }, "template": { "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-12-08T23:25:23.298Z", "url": "http://apidocjs.com", "version": "0.17.6" }}); | ||
define({ | ||
"name": "bibleAPI", | ||
"version": "0.2.0", | ||
"description": "A RESTful API for Bible", | ||
"title": "bibleAPI", | ||
"url": "https://bibleapi.co/", | ||
"header": { | ||
"title": "bibleAPI", | ||
"index": "Home", | ||
"indexHref": "https://bibleapi.co" | ||
}, | ||
"template": { | ||
"forceLanguage": "en" | ||
}, | ||
"sampleUrl": false, | ||
"defaultVersion": "0.0.0", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-15T11:06:53.593Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.6" | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
{ "name": "bibleAPI", "version": "0.2.0", "description": "A RESTful API for Bible", "title": "bibleAPI", "url": "https://bibleapi.co/", "header": { "title": "bibleAPI", "index": "Home", "indexHref": "https://bibleapi.co" }, "template": { "forceLanguage": "en" }, "sampleUrl": false, "defaultVersion": "0.0.0", "apidoc": "0.3.0", "generator": { "name": "apidoc", "time": "2018-12-08T23:25:23.298Z", "url": "http://apidocjs.com", "version": "0.17.6" }} | ||
{ | ||
"name": "bibleAPI", | ||
"version": "0.2.0", | ||
"description": "A RESTful API for Bible", | ||
"title": "bibleAPI", | ||
"url": "https://bibleapi.co/", | ||
"header": { | ||
"title": "bibleAPI", | ||
"index": "Home", | ||
"indexHref": "https://bibleapi.co" | ||
}, | ||
"template": { | ||
"forceLanguage": "en" | ||
}, | ||
"sampleUrl": false, | ||
"defaultVersion": "0.0.0", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-15T11:06:53.593Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters