Skip to content

w15/rcav_params_api_practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails RCAV, params hash and API review

1. Basic RCAV

Make the following interaction work:

When a user types in “/pirate” after the domain in the address bar, she should get taken to a page that has a heading of “Ahoy!”

2. Basic APIs

Go to this webpage: isithackday.com/arrpi.php? and use the documentation to make the following interaction work:

When a user types in “/pirate/where+is+the+booty?”, she should get taken to a page that has a heading of “Where be ye booty?” or something similar. Bonus if you add some pirate imagery to the page!

3. Multi-step APIs

It is possible to use Wikipedia's image API to return image URLs based on search keywords. Using your Google-Fu, figure out how to make this happen. I'll present sub-steps along the way in case people are completely lost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.3%
  • CSS 2.9%
  • JavaScript 2.8%