Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcallegari7/movie-finder
Movie Finder shows you suggestions of movies, TV series, or TV shows based on the words that you searched.
https://github.com/fcallegari7/movie-finder
Last synced: about 1 month ago
JSON representation
Movie Finder shows you suggestions of movies, TV series, or TV shows based on the words that you searched.
- Host: GitHub
- URL: https://github.com/fcallegari7/movie-finder
- Owner: fcallegari7
- Created: 2018-08-21T04:46:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T00:11:16.000Z (over 6 years ago)
- Last Synced: 2024-08-04T04:01:03.063Z (5 months ago)
- Language: HTML
- Homepage: https://movie-finder1.herokuapp.com/
- Size: 1.69 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-notfancyappchallenge - Movie Finder - Find suggestions of movies, TV series or TV shows. By [Fabio Callegari](https://www.linkedin.com/in/fabio-callegari7/) (Uncategorized / Uncategorized)
README
# movie-finder
Movie Finder shows you suggestions of movies, TV series, or TV shows based on the words that you searched.To build this application I setted up the server using Node.js and Express. The views are generated using Embedded JavaScript (EJS), and the concept of partials to "DRY" the code (Don't Repeat Yourself). I used the npm package 'request' to do the API request, and the API that serves the movies data is the Omdb.
All the technology used on this application is scalable and very reliable. Moreover, I think one really nice thing is that Bootstrap allowed me to develop this responsive app without writing a single line of CSS!