Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkaczmarek authored Jan 31, 2020
1 parent 567275b commit ed7a99e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Giphbar

### A web app that allows a user to search for gifs via [giphy](https://giphy.com).

#### How to use

1. Search for a gif using the search bar
2. Find the gif you want to use
3. Click the gif and it will be copied to your clipboard
4. Paste the gif wherever text is supported

#### Supported features

* [Search for gif by name](https://developers.giphy.com/docs/api/endpoint#search)
* Select gif and it copies to your keyboard
* [Change rating from G to R](https://developers.giphy.com/docs/optional-settings/#rating)
* [Login with Auth0](https://auth0.com)
* This will also create a user in [Firebase](https://firebase.google.com)
* Save gifs you've selected and access via Saved page
* Upload user submitted gifs

0 comments on commit ed7a99e

Please sign in to comment.