Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amcnulty/gif_generator
A gif generator that leverages the Giphy API
https://github.com/amcnulty/gif_generator
ajax api-call cross-browser css3 gif javascript jquery
Last synced: 25 days ago
JSON representation
A gif generator that leverages the Giphy API
- Host: GitHub
- URL: https://github.com/amcnulty/gif_generator
- Owner: amcnulty
- Created: 2017-10-04T22:41:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T00:55:38.000Z (over 7 years ago)
- Last Synced: 2024-11-12T04:31:20.646Z (3 months ago)
- Topics: ajax, api-call, cross-browser, css3, gif, javascript, jquery
- Language: JavaScript
- Homepage: https://amcnulty.github.io/Gif_Generator/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gif Generator
A gif generator that leverages the Giphy API. This is for week 6 homework of the coding bootcamp.## Open For Peer Review
All code is open for peer review. All comments in code are to explain what the code is doing.
* Check out open issues that need to be closed to reach a certain milestone.
* Fork this repo and see if you can fix any issues there might be.
* If you see a bug message me about it and I will create a new issue.
* Any ideas about enhancing the game please feel free to message me about that as well!## Giphy API
This game makes use of the Giphy API to generate gifs. This is a free api and I have provided a link to the documentation in the description.## Objectives
1. Create a gif generator for the browser.
2. Acquire gifs from the Giphy API.
3. Create a list of buttons that are dynamically created from an array of topics.
4. When gifs are clicked on they should toggle between animated and still.
5. Display the rating of the gif under each image.
6. Allow users to create their own topics with a form on the page.## Links
* [Gif Generator Link](https://amcnulty.github.io/Gif_Generator/ "An interactive gif generator!")
* [Giphy API](https://github.com/Giphy/GiphyAPI "Repository for the Giphy API")
* [Giphy API Documentation](https://developers.giphy.com/docs/ "GIPHY for Developers | API Documentation")