Sleek, intuitive, and simple website for a fast and easy cloud comparison.
Discover Cloud Finder »
Report bug
·
Request feature
- Quick start 🌱
- Contributing for the Website 🔨
- What's included 🎁
- Bugs and feature requests 🪲
- Community 👪
- Creators 👾
- Thanks 🙌
- Fork the project;
- Clone the repository on your local machine:
git clone https://github.com/plcpinho/CloudFinder.git
Read the Contributing section for a collaboration page quick guide.
- Open
CloudFinder
directory with your favorite code editor; - Once all table data are stored in JSON files, inside
data
folder, open the specific JSON file that you would like to update; - Each cloud provider is treated as an object. And for each object, there are three keys:
- "name" - representing the name of the service proposed;
- "ref" - indicating the reference link for the service website;
- "icon" - containing the service icon (which is stored inside
img > icons > cloudproviders
folder); - "Properties" - containing service data properties.
- Manipulate and update services data based on recurrent changes, commit the updates and push them to GitHub;
- Create a Pull Request describing with a title and a quick summary of your changes;
- Wait for a couple of days, and if the data are approved by the website administrators, the official website will be updated;
- Thank you for joining Cloud Finder team, you are now, officially, a contributor! 👏🏆🌈
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
CloudFinder/
├── css/
│ ├── creative.css
│ └── stylish-portfolio.css
├── data/
│ ├── location.json
│ ├── Services.json
├── img/
├── js/
│ ├── app.js
│ ├── ash.js
│ ├── ash-native.js
│ ├── hide-column.js
│ ├── main.js
│ ├── particles.js
│ └── stylish-portfolio.js
└── index.html
Have a bug or a feature request? Please first read and contact us (Community Section) and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Gerson Itiro
Paulo Coronado
Lucas Souza
Thanks to IBM Cloud for providing the infrastructure that allows us to test and deploy the application on real environments!