From 1b13c97199a885d358b0868a9c4d057e2326511d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 16:41:15 +0000 Subject: repository(README): Make note of PAT --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index a60d874..c06451c 100644 --- a/readme.md +++ b/readme.md @@ -26,6 +26,10 @@ releases version `0.5.0`, it will stay broken. - run (dev): `ROCKET_ENV=dev cargo run` - build (prod): `ROCKET_ENV=prod cargo build --release` +also note that this api wrapper leverages the official github api, meaning that rate-limits are +going to be self hosting this project, it is highly encouraged that you generate yourself a github +personal access token and set the environment variable `GITHUB_TOKEN` as your pat. + ## contributing please reference the [contribution guidelines](./contributing.md) of this repository. -- cgit v1.2.3 From 4d07b4cb0beb9537364d8a1a23d289fcbdef3638 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 16:53:26 +0000 Subject: fix: Case of license file --- src/routes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.rs b/src/routes.rs index e492404..3ecf083 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -41,7 +41,7 @@ https://github.com/fuwn ### license gnu general public license v3.0 (gpl-3.0-only) -https://github.com/senpy-club/api/blob/main/LICENSE"# +https://github.com/senpy-club/api/blob/main/license"# } #[get("/github")] -- cgit v1.2.3 From 4ffc5cf44b718de91429b72b0df7a2c9338c7802 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 20:04:44 +0000 Subject: fix: Weird typos --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c06451c..ef1e259 100644 --- a/readme.md +++ b/readme.md @@ -27,8 +27,11 @@ releases version `0.5.0`, it will stay broken. - build (prod): `ROCKET_ENV=prod cargo build --release` also note that this api wrapper leverages the official github api, meaning that rate-limits are -going to be self hosting this project, it is highly encouraged that you generate yourself a github -personal access token and set the environment variable `GITHUB_TOKEN` as your pat. +very much present. + +if you are going to be self hosting this project, it is highly encouraged that +you generate yourself a github personal access token and set the environment variable `GITHUB_TOKEN` +as your pat. ## contributing please reference the [contribution guidelines](./contributing.md) of this repository. -- cgit v1.2.3 From 83a17dea4226a006bb3ba55b7af2bf685f2fcc7b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 22:24:13 +0000 Subject: chore: Add a Say Thanks button :) --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ef1e259..b6a1356 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,9 @@ codefactor + +Say Thanks + license -- cgit v1.2.3