Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

[devops] Batch uploader script #227

Merged
merged 1 commit into from
Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GITHUB_ID=<add your info here>
GITHUB_SECRET=<add your info here>
ML5_EXAMPLES_USERNAME=ml5
EDITOR_API_ACCESS_TOKEN=<p5 web editor access token>
EDITOR_API_URL=https://editor.p5js.org/api/v1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ p5js/00_ImageClassification_MultipleImages/images/landscapes_small
p5js/00_ImageClassification_MultipleImages/images/dataset
p5js/00_ImageClassification_MultipleImages/images/old
node_modules
.env-dev
Loading