Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)