Do It Yourself – Website Tutorials
This is it! The conclusion to the “Build Your Own API” with node.js tutorial from my “Programming from A to Z” ITP class.
In this last part, I add AFINN-111 Sentiment Analysis to the API and setup an HTTP POST Method for users to submit data. I also add the node packages “cors” for Cross-Origin Resource Sharing and “body-parser” to help with parsing the body of a POST request.
Course url: http://shiffman.net/a2z/node-api/
Support this channel on Patreon: https://patreon.com/codingtrain
Send me your questions and coding challenges!: https://github.com/CodingTrain/Rainbow-Topics
Contact: https://twitter.com/shiffman
GitHub Repo with all the info for Programming from A to Z: https://github.com/shiffman/A2Z-F16
Links discussed in this session:
Node.js: https://nodejs.org/
Node.js “fs” Documentation: https://nodejs.org/api/fs.html
Express.js: http://expressjs.com/
body-parser on npm: https://www.npmjs.com/package/body-parser
cors on npm: https://www.npmjs.com/package/cors
p5.js: https://p5js.org/
Source Code for the all Video Lessons: https://github.com/CodingTrain/Rainbow-Code
For More Programming from A to Z videos: https://www.youtube.com/user/shiffman/playlists?shelf_id=11&view=50&sort=dd
For More Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
Help us caption & translate this video!
http://amara.org/v/0vz1/
📄 Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
source