Add category to table page

This commit is contained in:
Julien Bisconti
2018-08-08 12:22:43 +02:00
committed by Andreas Gebhardt
parent 04ceae2035
commit 680321527a
7 changed files with 1758 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ const README = 'README.md';
const DATE = dayjs().format('YYYY-MM-DDTHH.mm.ss');
const GITHUB_METADATA_FILE = `${DATA_FOLDER}/${DATE}-fetched_repo_data.json`;
const LATEST_FILENAME = `${DATA_FOLDER}/latest`;
const GITHUB_REPOS = `${DATA_FOLDER}/list_repos.json`;
const GITHUB_REPOS = `${DATA_FOLDER}/repository.json`;
// --- HTTP ---
const API = 'https://api.github.com/';