- This is a star wars web application that allows users to search for a character to get character information and a gif related to the character.
Python
Flask
Json
HTML
CSS
- Incorporates Flask to build a server that takes form requests
- Incorporates Star Wars API to fetch a character information based on user selection.
- Incorporates Tenor API to grab a gif that corresponds with the character retrieved from the star wars api.
Star_Wars_Api/
├── static # Directory for Styling page
├── templates # Directory for reusable HTML templates
├── main.py # File that runs the flask server to create routes and run applications
Contributions are always greatly appreciated as coding is all about refactoring and improving your code. My project is set to public and I am more than happy to accept all contributions.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b newFeature
) - Commit your Changes (
git commit -m 'Adding some new features'
) - Push to the Branch (
git push origin newFeature
) - Open a Pull Request
Email- [email protected]