Brett Zamir
|
9aadf6da1d
- Fix: JavaScript `Date` `getDay` is for day of week; should be `getDate`
|
6 years ago |
dragfyre
|
acf00df2c3
Merge pull request #7 from brettz9/linting-and-no-process-env
|
6 years ago |
Brett Zamir
|
59aed69275
- Breaking change: Check argument to script (`process.argv`) instead of environmental variable for port (recommended to avoid env. vars.: https://eslint.org/docs/rules/no-process-env )
|
6 years ago |
dragfyre
|
b5495043bb
Merge pull request #6 from brettz9/null-undefined-check
|
6 years ago |
dragfyre
|
9cda049112
Merge pull request #5 from brettz9/license
|
6 years ago |
dragfyre
|
02428ea0e7
Merge pull request #4 from brettz9/html-get
|
6 years ago |
dragfyre
|
ad45d4b1f4
Merge pull request #3 from brettz9/rate-limit
|
6 years ago |
dragfyre
|
d55e3e8f65
Merge pull request #2 from brettz9/methods
|
6 years ago |
dragfyre
|
d1dba7b9c5
Merge pull request #1 from brettz9/updates-linting
|
6 years ago |
Brett Zamir
|
c4455c5e29
- Avoid LGTM error by using identity operator to compare with undefined/null
|
6 years ago |
Brett Zamir
|
2b759c8f46
- Add LICENSE-ISC.txt file per `package.json`
|
6 years ago |
Brett Zamir
|
b1cf6ff432
- Docs: Simplify example with `npm start`
|
6 years ago |
Brett Zamir
|
a5f7f87ea3
- Add rate-limiting for all requests
|
6 years ago |
Brett Zamir
|
7081b499ff
- Use GET over POST since results are idempotent
|
6 years ago |
Brett Zamir
|
9b7b54469a
- Refactoring: Avoid global require (which would be repeated on each function call without need as only using functions)
|
6 years ago |
Brett Zamir
|
11c0fc84ba
- Docs: Use syntax highlighting for JSON samples; use diacritics
|
6 years ago |
danquynh
|
649aeb876d
updating dependencies
|
7 years ago |
dragfyre
|
c7889cec91
adding README
|
8 years ago |
dragfyre
|
c7dcab448c
initial commit
|
8 years ago |