Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajsevillano/ghibli-studio-webapp
Javascript Webapp using XMLHttpRequest to fetch data from a Ghibli Studio API. This was my first javascript app.
https://github.com/ajsevillano/ghibli-studio-webapp
Last synced: about 2 months ago
JSON representation
Javascript Webapp using XMLHttpRequest to fetch data from a Ghibli Studio API. This was my first javascript app.
- Host: GitHub
- URL: https://github.com/ajsevillano/ghibli-studio-webapp
- Owner: ajsevillano
- Created: 2020-03-26T17:24:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T20:04:34.000Z (about 1 year ago)
- Last Synced: 2023-12-04T21:27:12.781Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studio Ghibli Films App
The Studio Ghibli Films is a small App written in Javascript to fetch data from this [Studio Ghibli API](https://ghibliapi.vercel.app/#section/Studio-Ghibli-API) using XMLHttpRequest.
## Installation
Just clone or download the repository from [here](https://github.com/ajsevillano/Ghibli-Studio-WebApp).
## Usage
The film's poster are not included in the app. To be seen in the app you will have to download them to the img/ folder with the name given by the api (movie.title).
Example: for the film "Spirited Away" you will need to download the movie art poster and save in the folder img under the name "Spirited Away.jpg" (Sorry, so far the app only works with JPGS).## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)