Skip to content

chonnessey/astrological-movie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astrological Interests Selector 🔮 🌌


By: 🔌

  • Jennifer Bordon
  • Adrian Camacho
  • Godfrey Owidi
  • Gurshan Kaile
  • Kevin Funez

Technologies Used 💾

Git HTML
CSS Boostrap
jQuery JavaScript
npm webpack
Astrology API Movie API

Description ✏️

  • The Astrological Interests Selector application consumes two APIs, Aztro and imdb. Aztro API provides data utilised to make the second call request to imdb API.
  • The imdb API response uses mood, compatability and color from the first call to retrieve information based on the user Zodiac.
  • After the user selects a zodiac choice provided on the UI, the UI displays all the relevant info for the respective zodiac sign, and the possible 'interests' based on queries from the Zodiac API info.

Setup/Installation Requirements 📐

  • Clone this project git clone https://github.com/bordonj/astrological-movie.git into your preferred directory
  • In that directory, there should now be a directory labeled "astrological-movie"
  • Follow the links above to get your API keys.
  • Once you have your keys, store them into a .env file and don't forget to add it to your .gitignore file.
  • run npm i to install respective plugins/packages
  • run npm start to go see a live server of the app

Known Bugs 🐛

  • Not necessarily a bug, but because we had to run multiple API calls after another for the IMDb API (due to its restriction of calls/sec), it may take about 5 seconds for the IMDb API elements to load onto the DOM after selecting one's zodiac sign

License 💂‍♂️

License: MIT

Contact Information 📧

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.4%
  • CSS 31.3%
  • HTML 21.3%