Creating a Reddit Browser with Node.js and Twilio (blog.studentrnd.org) 18 points by EdJiang 13y ago ↗ HN
[–] mumphster 13y ago ↗ Twilio is pretty fun. I made a App.net client using it that allows you to Post/View updates over SMS.https://github.com/Ell/appdotnet-smsI also wrote a catfacts clone which is up on my github too. [–] EdJiang 13y ago ↗ It definitely is!In ~20 LOC, students that may know the basics of programming can do something really cool and learn to:* Use real-world services* Read through documentation* Use a REST API* Expose themselves to async programming.I'm going to start writing more of these sorts of tutorials in the future =]
[–] EdJiang 13y ago ↗ It definitely is!In ~20 LOC, students that may know the basics of programming can do something really cool and learn to:* Use real-world services* Read through documentation* Use a REST API* Expose themselves to async programming.I'm going to start writing more of these sorts of tutorials in the future =]
3 comments
[ 2.7 ms ] story [ 19.1 ms ] threadhttps://github.com/Ell/appdotnet-sms
I also wrote a catfacts clone which is up on my github too.
In ~20 LOC, students that may know the basics of programming can do something really cool and learn to:
* Use real-world services
* Read through documentation
* Use a REST API
* Expose themselves to async programming.
I'm going to start writing more of these sorts of tutorials in the future =]