Skip to content

Commit 6f890cb

Browse files
authored
Merge pull request #5 from EnsembleLab/dev
Dev
2 parents 589d9ad + e41ba98 commit 6f890cb

File tree

21 files changed

+1830
-1646
lines changed

21 files changed

+1830
-1646
lines changed

.jshintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
coverage
2+
coverage
3+
template/

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/EnsembleLab/api-template/compare/0.2.0...v0.3.0) (2017-09-13)
3+
4+
5+
### Features
6+
7+
* **API Generator:** added the ability to generate API routes ([5eefc72](https://github.com/EnsembleLab/api-template/commit/5eefc72))
8+
9+
10+
111
<a name="0.2.0"></a>
212
# [0.2.0](https://github.com/EnsembleLab/api-template/compare/0.1.1...v0.2.0) (2017-09-04)
313

TODO.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### TODOs
22
| Filename | line # | TODO
33
|:------|:------:|:------
4-
| routes/index.js | 240 | Implement API Generator
5-
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
4+
| app.js | 62 | Write a complete Documentation for this project
5+
| routes/index.js | 291 | Test API versioning
6+
| routes/index.js | 292 | Test rate limiting
7+
| routes/index.js | 293 | Develop the route loader into a separate node module to be publish on npm
8+
| routes/index.js | 294 | Develop all services onto separate node module to be publish on npm
9+
| services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
10+
| services/queue/clock.js | 12 | Use the cron package here https://www.npmjs.com/package/cron for timer

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ var server = app.listen(config.port, function () {
5959
});
6060

6161
}
62+
// ToDo: Write a complete Documentation for this project

0 commit comments

Comments
 (0)