diff --git a/client/src/App.js b/client/src/App.js index 1215eaa..cb9bcc7 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -10,13 +10,21 @@ import Footer from './components/footer'; export default function App() { return ( +
{props.section.description}
+ + + +| First Episode: | +{firstEpisode} | +
| Last Episode: | +{lastEpisode} | +
+ Welcome to the Criminal Minds API! The documentation should supply you with all the information you need to start making requests. It is programmatically generated using swagger and provides the ability to make exploratory calls easily. Give it a review before you get started on your project. +
+ ++ Note the api is free, but to prevent malicious activity there is a rate limit of 10,000 requests a day. If that limit is reached you will receive a response with a 429 status code. Details about your rate limit standing are returned in response headers, specifically the x-rate-limit-limit, x-rate-limit-remaining, and x-rate-limit-reset headers. +
+ +Checkout the documentation.
@@ -26,5 +33,4 @@ export default function Greeting() {Coming soon...
+ +