Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aguacongas/theberealproject
Blazor WASM app to display 1 years of BeReal photos
https://github.com/aguacongas/theberealproject
bereal blazor-webassembly
Last synced: about 2 months ago
JSON representation
Blazor WASM app to display 1 years of BeReal photos
- Host: GitHub
- URL: https://github.com/aguacongas/theberealproject
- Owner: aguacongas
- License: apache-2.0
- Created: 2022-11-04T16:22:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T19:22:17.000Z (8 months ago)
- Last Synced: 2024-05-02T06:00:40.898Z (8 months ago)
- Topics: bereal, blazor-webassembly
- Language: C#
- Homepage: https://aguacongas.github.io/TheBeRealProject/
- Size: 47.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TheBeRealProject
Blazor WASM app to display 1 years of [BeReal](https://bereal.com/) photos
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=aguacongas_TheBeRealProject)](https://sonarcloud.io/summary/new_code?id=aguacongas_TheBeRealProject)
[![.NET build](https://github.com/aguacongas/TheBeRealProject/actions/workflows/dotnet.yml/badge.svg)](https://github.com/aguacongas/TheBeRealProject/actions/workflows/dotnet.yml) [![Deploy to Pages](https://github.com/aguacongas/TheBeRealProject/actions/workflows/deploy.yml/badge.svg)](https://github.com/aguacongas/TheBeRealProject/actions/workflows/deploy.yml)
[Visit the result](https://aguacongas.github.io/TheBeRealProject/)
## Want yours ?
- Save your [BeReal](https://bereal.com/) photos to a GitHub repo
- Generate a [Fine-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#fine-grained-personal-access-tokens) to this repo with *Contents read-only* permission
- Fork this repo
- Set an [action secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named *ASSETS_TOKEN* with the generated Fine-grained personal access token
- Set an [action variable](https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository) named *API_URL* with API URL to access to your photos. It should look likes *https://api.github.com/repos/{owner}/{repo}/contents/*. ex: `https://api.github.com/repos/aguacongas/TheBeRealProjectAssets/contents/`
- Run the **Deploy to Pages** action