-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
567275b
commit ed7a99e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |