- Table of Contents
- Technologies Used
- Description
- Setup/Installation Requirements
- Contributing
- Known Bugs
- License
- Acknowledgements
- Contact Information
- Adobe Photoshop 2021
- Bootstrap 4.5.3
- Cloudinary
- CSS
- eslint 6.3.0
- HTML
- JavaScript ES6
- Jest 24.9.0
- jQuery 3.5.1
- Node Package Manager 6.14.9
- Postman 8.0.4
- webpack 4.39.3
Prescription utilizes the Cloudinary API and it's widget functionality to allow users to upload photos/videos from their computer, a webpage, Google Drive, Dropbox, Facebook, Instagram or Shutterstock. The image can then be compressed and manipulated with the click of a button.
Current image manipulations include: Instagram-esque filter effects, facial blurring (of one or multiple faces), and image scaling with the user's chosen dimensions. Current video manipulations include: video trimming (from beginning and/or end), slow motion effect, video scaling with the user's chosen dimensions, and the ability to convert a video to a GIF. Additionally, the user can specify the returned file type (.svg, .png, and .svg for images/.mov and .mp4 for video).
- Clone the repository with the following git terminal command:
$ git clone https://github.com/BrianSturgis/JanTeamWeek.git
- Open the project directory in your terminal
- Confirm you have installed Node and Node Package Manager
- Recreate the project environment/install required dependencies by running the terminal command:
$ npm install
- Create the production environment by running the terminal command:
$ npm run build
- Open the project in the browser of your choice with the terminal command:
$ npm run start
- Go to Cloudinary to sign up for a free account. This will allow you to acquire a cloud name, API key, and API secret (can be viewed through your account dashboard)
- Create a
.env
file in the root directory of the project.***
***A .env
file along with the dotenv-webpack
will keep your API key secure. Read more about API key security.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project on GirHub
- Follow Installation/Setup Instructions above
- Create your Feature Branch:
$ git checkout -b YourFeatureBranchName
- Commit your Changes
$ git commit -m 'Add some AmazingFeature'
- Push to your feature branch on Github
$ git push origin YourFeatureBranchName
- Open a Pull Request
- None at this time
- Max Brockbank
- Chelsea Becker
- Glen Buck
- Garrett Brown
- Shields
- Choose an open source license
- GitHub Pages
Brian Sturgis sturujisu@gmail.com
Zack Rutledge thorgrim88@gmail.com
Chloe Loveall chloeloveall@protonmail.com