UI Deploy

Curated, Short, Web UI Dev we Love.

Calling a REST API from a NodeJS Script

Lately I have been experimenting with using NodeJS as a scripting language for personal tasks, rather than its typical function as a web server. There are many things about NodeJS that I like, and writing these little disposable scripts has been a great way to experiment.

Recently I wanted to perform some batch operations with my content on The Game Crafter's web service. The Game Crafter provides a full REST API, so this was a clear way to add some automation to my life.

view source

Advertisement