Async samples using The Rick and Morty API.
- Get the total of characters
- Get the name of the first character
- Get the dimension of the first character
Make sure you have Node.js installed.
git clone [email protected]:bluesmoss/async-js.git # or clone your own fork
cd async-js
npm install
Sample:
npm run callback
API challenge:
npm run callback:challenge
Sample:
npm run promise
API challenge:
npm run promise:challenge
Sample:
npm run async
API challenge:
npm run async:challenge