https://github.com/protonmail/proton-mobile-test
https://github.com/protonmail/proton-mobile-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protonmail/proton-mobile-test
- Owner: ProtonMail
- License: gpl-3.0
- Created: 2021-06-01T16:51:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T14:50:59.000Z (about 5 years ago)
- Last Synced: 2025-08-15T00:37:10.949Z (11 months ago)
- Language: HTML
- Size: 349 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Proton Mobile Test API
## Setup
1. Go to Settings -> Pages
2. Pick a `branch` and the `root folder (/)` and save it
* It's annoying that the admin of the repo can't change this. Only the owner of the project can.
For the `api/index.html` (the json payload file), we need to make sure the image link is correct!
## Folder structure
* `index.html` will be served directly (don't need to specify it in the URL)
* Creating folder of name `a` acts as appending the URL with `/a`
## Images
They are all downloaded from [unsplash](https://unsplash.com/license]). The [license agreement](https://unsplash.com/license) on Jun 2, 2021 stated that
```
Unsplash photos are made to be used freely. Our license reflects that.
- All photos can be downloaded and used for free
- Commercial and non-commercial purposes
- No permission needed (though attribution is appreciated!)
What is not permitted 👎
- Photos cannot be sold without significant modification.
- Compiling photos from Unsplash to replicate a similar or competing service.
Longform
Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license to download, copy, modify, distribute, perform, and use photos from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. This license does not include the right to compile photos from Unsplash to replicate a similar or competing service.
```
## License
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See for a copy of this license.
See [LICENSE](LICENSE) file