PROJECT ONE due at midnight!
how to test your grade:
curl -H 'Content-Type: application/json' -d '{ "githubUserName": "$YOUR_GITHUB_USERNAME_GOES_HERE" }' http://157.245.10.53:5000/test/project_one
Please keep in mind, the testing tool will look for your fork of github.com/lehmanclass/webprogramming
and look for your index.html
file in:
webprogramming/project_one/index.html
If your project is not in your fork of webprogramming
or following that path structure, the test will not work.
REMEMBER: You'll get a chance to go over your project with me on tuesday 10/15, and ask any questions you have.
NOTE
: the tests for part four (the form) might have a bug in them. If your project is failing testFour and you think there is an error, email me so I can fix it.