Skip to content

ℹ️ Get the latest information about your favourite TV shows from the MicroTV 📺 web app. Like ❤️ and add comments 💬 to the shows you love. Built with: JavaScript, external APIs, Webpack, SCSS.

License

Notifications You must be signed in to change notification settings

dewslyse/JS-capstone

Repository files navigation

JS-capstone: MicroTV web app

This JavaScript project is about building a web application based on an external API. We built our page using data from the TVmaze API and the Involvement API.

Screenshot

Built With

  • HTML
  • CSS/SCSS
  • JavaScript(ES6)
  • Webpack
  • API

Live site 🚀

🔗 Live Site Link

Getting Started

To get a local copy up and running follow this simple step:

  • Clone repository to your local machine: git@github.com:dewslyse/JS-capstone.git
  • cd JS-capstone
  • Run npm install to install dependencies
  • Run npm start to start app
  • Run npm run test to perform unit tests.

API information

Involvement API

  • The Involvement API service was created by Microvere.

  • Base URL: https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/

  • To generate a unique identifier, send a POST action to Base URL + /apps/. (No parameters required);

  • Return value: unique identifier for the app

    Zl4d7IVkemOTTVg2fUdz
  • To create a new like for a given item, send a POST action to Base URL + /apps/ + :id + /likes/. E.g: Base URL/apps/Zl4d7IVkemOTTVg2fUdz/likes/. Example of request body:
{ 
   "item_id": "item1"
}
  • To create a new comment for a given item, send a POST action to Base URL + /apps/ + :id + /comments/. E.g: Base URL/apps/Zl4d7IVkemOTTVg2fUdz/comments/. Example of request body:
{
    "item_id": "item1",
    "username": "Jane",
    "comment": "Hello"
}
  • You can use the GET method to get the list of items with their respective likes and comments.

TVmaze API

  • The TVmaze API provides data about TV series and movies. The API provides a number of endpoints from where shows data can be retrieved. This project used data from https://api.tvmaze.com/shows/.

Authors

👤 Cathy

👤 Selase

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

ℹ️ Get the latest information about your favourite TV shows from the MicroTV 📺 web app. Like ❤️ and add comments 💬 to the shows you love. Built with: JavaScript, external APIs, Webpack, SCSS.

Resources

License

Stars

Watchers

Forks