Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiwihui/bestnine
Best nine of 2020 on instagram
https://github.com/qiwihui/bestnine
bestnine facebook facebook-graph instagram instagram-api
Last synced: 24 days ago
JSON representation
Best nine of 2020 on instagram
- Host: GitHub
- URL: https://github.com/qiwihui/bestnine
- Owner: qiwihui
- License: mpl-2.0
- Created: 2020-12-30T03:01:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T08:43:53.000Z (about 4 years ago)
- Last Synced: 2024-10-13T13:14:17.167Z (3 months ago)
- Topics: bestnine, facebook, facebook-graph, instagram, instagram-api
- Language: HTML
- Homepage: https://bestnine.qiwihui.com
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TopXofY.com
A simple app to create a collage of your most-liked Instagram photos.
## Project Goal
The goal of this project is to create a simple web application, using only modern browser technologies,
allowing a user to create a collage of their most-liked Instagram photos.In addition to allowing a user to create a collage of a their most-liked photos, the app should
also serve as an example of what can be built with native, modern, browser technologies.## About the app
The app is built using only HTML, CSS and JavaScript. There are no dependencies, and no third-party libraries, imports or other external resources are limited to the [Instragram API](https://www.instagram.com/developer/) and a single Google Font.
The site is hosted on Github Pages.
The site uses [Cloudflare](https://www.cloudflare.com/)'s free HTTPS.
## Contributing
Anyone and everyone is welcome to contribute to this project, within the goals of the project.
Specifically:
* Design & UI/UX
* Development
* Copy WritingFor more information see the [Contributing guide](https://github.com/brettdewoody/top-x-of-y/blob/master/CONTRIBUTING.md).
## Local Development
For local development:
1. Fork this repository
2. Clone the fork to your local machine
3. `cd` to the repo directory
4. Start a server on `8088`. On a mac with Python installed this can be done with:`python -m SimpleHTTPServer 8088`
5. Open `localhost:8088` in your browser## Privacy Policy
See the [Privacy Policy](https://github.com/brettdewoody/top-x-of-y/blob/master/PRIVACY.md).