joeyklee / p5.js-web-editor

In progress p5.js web editor, coming soon.
https://editor.p5js.org
GNU Lesser General Public License v2.1
2 stars 0 forks source link

fetch-examples-ml5 examples testing #1

Open joeyklee opened 5 years ago

joeyklee commented 5 years ago

About

Testing to see which examples are working using the fetch-ml5-examples script: https://github.com/joeyklee/p5.js-web-editor/blob/fetch-ml5-examples/server/scripts/examples-ml5.js

steps to reproduce:

  1. clone this fork
  2. npm install
  3. npm run fetch-examples-ml5
  4. (if you run into github api request limits, you should run the following)
  5. $ GITHUB_ID=<....> GITHUB_SECRET=<...> NODE_ENV=development npm run fetch-examples-ml5 where the GITHUB_ID and GITHUB_SECRET are the alphanumeric character strings created in your Github personal access tokens

Check the examples that are working

shiffman commented 5 years ago

Wonderful! I'll note a couple of "known issues" here as context.

There might be more these are two off the top of my head!

joeyklee commented 5 years ago

@shiffman - thanks so much! I'll start going through and seeing what happens.