apires89 / http-api-1472

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

First clone this repository to your laptop:

cd ~/code/YOUR_GITHUB_USERNAME
git clone git@github.com:lewagon/http-and-api-boilerplate.git http-and-api-lecture-boilerplate
cd http-and-api-lecture-boilerplate
rm -rf .git
code . # Open this folder in your text editor

Fetch an activity with the Bored API

endpoint

https://www.boredapi.com/api/activity/

documentation

http://www.boredapi.com/documentation#endpoints-random

Goal

  • Click the button
  • Fetch an activity using fetch
  • Insert the activity into the DOM

Specs

Launch your local webserver with:

serve

Open localhost:8000 in your browser.

About


Languages

Language:HTML 58.4%Language:JavaScript 36.1%Language:Ruby 5.5%