Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 440c2db

Browse files
committed
fix(api github): Add cache to bypass 60 request per hour api github
1 parent fe2656b commit 440c2db

File tree

6 files changed

+255
-46
lines changed

6 files changed

+255
-46
lines changed

.eslintrc.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ module.exports = {
2323
},
2424
"globals": {
2525
"_": true,
26-
"$": true,
27-
"JSURL": true,
28-
"angular": true,
29-
"moment": true,
30-
"punycode": true,
31-
"URI": true,
32-
"ipaddr": true,
33-
"JustGage": true,
34-
"validator": true,
35-
"CSV": true,
36-
"jsPlumb": true,
37-
"jsPlumbUtil": true,
38-
"Raven": true,
3926
},
4027
"parserOptions": {
4128
"sourceType": "module",

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# ovh-ux-github-page
22

3-
> A Vue.js project
3+
> A Vue.js project from OVH UX team involving Github work.
4+
[Github page](https://github.com/ovh-ux)
45

56
## Build Setup
67

78
``` bash
9+
# setup environment
10+
export API_URL="https://api.github.com"
11+
812
# install dependencies
913
npm install
1014

package-lock.json

Lines changed: 221 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)