Skip to content

Commit

Permalink
[all] replace now.sh to vercel.app
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 3, 2024
1 parent 67a6ddf commit 43534e7
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ and givin something back to the community. Enjoy it!

> Awesome 17 services.
- [**avatarless**](services/avatarless) - gravatar-based avatars supporting initials [[👀🕶](https://avatarless.now.sh)]
- [**coloring**](services/coloring) - generate colors with dark/light background and inversed text color [[👀🕶](https://coloring.now.sh)]
- [**avatarless**](services/avatarless) - gravatar-based avatars supporting initials [[👀🕶](https://avatarless.vercel.app)]
- [**coloring**](services/coloring) - generate colors with dark/light background and inversed text color [[👀🕶](https://coloring.vercel.app)]
- [**corsless**](services/corsless) - handy proxy for Github services supporting CORS headers [[👀🕶](https://corsless.vercel.app)]
- [**czws**](services/czws) - Czech Republic webservices (e.q. ARES) [[👀🕶](https://czws.vercel.app)]
- [**fcbk**](services/fcbk) - generate screenshots from facebook [[👀🕶](https://fcbk.vercel.app)]
- [**flyx**](services/flyx) - on-the-fly file converting (Markdown -> HTML) [[👀🕶](https://flyx.vercel.app)]
- [**heatbadger**](services/heatbadger) - generate image for github repository [[👀🕶](https://heatbadger.now.sh)]
- [**heatbadger**](services/heatbadger) - generate image for github repository [[👀🕶](https://heatbadger.vercel.app)]
- [**hitx**](services/hitx) - hitx and other counting service [[👀🕶](https://hitx.vercel.app)]
- [**iconist**](services/iconist) - generate SVG icon [[👀🕶](https://obr.now.sh)]
- [**insigne**](services/insigne) - generate SVG badge using badgen.net [[👀🕶](https://label.now.sh)]
- [**iconist**](services/iconist) - generate SVG icon [[👀🕶](https://obr.vercel.app)]
- [**insigne**](services/insigne) - generate SVG badge using badgen.net [[👀🕶](https://label.vercel.app)]
- [**instafetch**](services/instafetch) - fetch data from Instagram [[👀🕶](https://instafetch.vercel.app)]
- [**juicy**](services/juicy) - juicy functions assets
- [**macmoji**](services/macmoji) - macOS emojis [[👀🕶](https://macmoji.vercel.app)]
Expand Down
16 changes: 8 additions & 8 deletions services/avatarless/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Juicy(fx) | Avatarless

Server gravatar or fallback images.
> https://avatarless.now.sh
> https://avatarless.vercel.app
-----

## Usage

**Gravatar**

- ![](https://avatarless.now.sh/g/[email protected]?s=32) [/g/[email protected]](https://avatarless.now.sh/g/[email protected])
- ![](https://avatarless.now.sh/g/[email protected]?s=64&d=retro) [/g/[email protected]?s=64&d=retro](https://avatarless.now.sh/g/[email protected]?s=64&d=retro)
- ![](https://avatarless.vercel.app/g/[email protected]?s=32) [/g/[email protected]](https://avatarless.vercel.app/g/[email protected])
- ![](https://avatarless.vercel.app/g/[email protected]?s=64&d=retro) [/g/[email protected]?s=64&d=retro](https://avatarless.vercel.app/g/[email protected]?s=64&d=retro)

**Initials**

- ![](https://avatarless.now.sh/i/MS?s=32) [/i/MS](https://avatarless.now.sh/i/MS)
- ![](https://avatarless.now.sh/i/MS?s=64&tc=black&bc=yellow) [/i/MS?s=64&tc=black&bc=yellow](https://avatarless.now.sh/i/MS?s=64&tc=black&bc=yellow)
- ![](https://avatarless.vercel.app/i/MS?s=32) [/i/MS](https://avatarless.vercel.app/i/MS)
- ![](https://avatarless.vercel.app/i/MS?s=64&tc=black&bc=yellow) [/i/MS?s=64&tc=black&bc=yellow](https://avatarless.vercel.app/i/MS?s=64&tc=black&bc=yellow)

**Gravatar+Initials**

- ![](https://avatarless.now.sh/gi/[email protected]?t=MS&s=32) [/gi/[email protected]?t=MS](https://avatarless.now.sh/gi/[email protected]?t=MS)
- ![](https://avatarless.now.sh/gi/[email protected]?t=MS&s=32) [/gi/[email protected]?t=MS](https://avatarless.now.sh/gi/[email protected]?t=MS)
- ![](https://avatarless.now.sh/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow) [/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow](https://avatarless.now.sh/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow)
- ![](https://avatarless.vercel.app/gi/[email protected]?t=MS&s=32) [/gi/[email protected]?t=MS](https://avatarless.vercel.app/gi/[email protected]?t=MS)
- ![](https://avatarless.vercel.app/gi/[email protected]?t=MS&s=32) [/gi/[email protected]?t=MS](https://avatarless.vercel.app/gi/[email protected]?t=MS)
- ![](https://avatarless.vercel.app/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow) [/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow](https://avatarless.vercel.app/gi/[email protected]?t=MS&s=64&tc=black&bc=yellow)
2 changes: 1 addition & 1 deletion services/avatarless/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function handler(req: NowRequest, res: NowResponse): Promis

// Send global usage
res.statusCode = 302;
res.setHeader('Location', 'https://avatarless.now.sh/');
res.setHeader('Location', 'https://avatarless.vercel.app/');
res.end();
} catch (e: unknown) {
console.error(e);
Expand Down
14 changes: 7 additions & 7 deletions services/heatbadger/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Juicy(fx) | Heatbadger

Generates images based on Github readmes.
> https://heatbadger.now.sh
> https://heatbadger.vercel.app
## Usage

- https://heatbadger.now.sh/github/readme/vercel/vercel/
- https://heatbadger.vercel.app/github/readme/vercel/vercel/

![](https://heatbadger.now.sh/github/readme/vercel/vercel/)
![](https://heatbadger.vercel.app/github/readme/vercel/vercel/)

-----

- https://heatbadger.now.sh/github/readme/contributte/console/
- https://heatbadger.vercel.app/github/readme/contributte/console/

![](https://heatbadger.now.sh/github/readme/contributte/console/)
![](https://heatbadger.vercel.app/github/readme/contributte/console/)

-----

- https://heatbadger.now.sh/github/readme/juicyfx/juicyfx/
- https://heatbadger.vercel.app/github/readme/juicyfx/juicyfx/

![](https://heatbadger.now.sh/github/readme/juicyfx/juicy/)
![](https://heatbadger.vercel.app/github/readme/juicyfx/juicy/)
8 changes: 4 additions & 4 deletions services/iconist/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Juicy(fx) | Iconist

Generates images based on famous iconset.
> https://obr.now.sh
> https://obr.vercel.app
## Usage

- ![](https://obr.now.sh/remixicon/logos/github-fill) https://obr.now.sh/remixicon/logos/github-fill/
- ![](https://obr.now.sh/remixicon/logos/github-fill/64) https://obr.now.sh/remixicon/logos/github-fill/64/ff0000
- ![](https://obr.now.sh/remixicon/logos/github-fill/64/ff0000) https://obr.now.sh/remixicon/logos/github-fill/64/ff0000
- ![](https://obr.vercel.app/remixicon/logos/github-fill) https://obr.vercel.app/remixicon/logos/github-fill/
- ![](https://obr.vercel.app/remixicon/logos/github-fill/64) https://obr.vercel.app/remixicon/logos/github-fill/64/ff0000
- ![](https://obr.vercel.app/remixicon/logos/github-fill/64/ff0000) https://obr.vercel.app/remixicon/logos/github-fill/64/ff0000
12 changes: 6 additions & 6 deletions services/insigne/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Juicy(fx) | Insigne

Generates badges for Github.
> https://label.now.sh
> https://label.vercel.app
## Usage

**Unreleased**

Get number of commits in master AHEAD of latest tag. Using [badgen.net](badgen.net).

- ![](https://badgen.net/https/label.now.sh/github/unreleased/juicyfx/juicy/) https://badgen.net/https/label.now.sh/github/unreleased/juicyfx/juicy/
- ![](https://badgen.net/https/label.now.sh/github/unreleased/contributte/console/) https://badgen.net/https/label.now.sh/github/unreleased/contributte/console/
- ![](https://badgen.net/https/label.now.sh/packagist/stats/contributte/dt) https://badgen.net/https/label.now.sh/packagist/stats/contributte/dt
- ![](https://badgen.net/https/label.now.sh/packagist/stats/contributte/dm) https://badgen.net/https/label.now.sh/packagist/stats/contributte/dm
- ![](https://badgen.net/https/label.now.sh/packagist/stats/contributte/dd) https://badgen.net/https/label.now.sh/packagist/stats/contributte/dd
- ![](https://badgen.net/https/label.vercel.app/github/unreleased/juicyfx/juicy/) https://badgen.net/https/label.vercel.app/github/unreleased/juicyfx/juicy/
- ![](https://badgen.net/https/label.vercel.app/github/unreleased/contributte/console/) https://badgen.net/https/label.vercel.app/github/unreleased/contributte/console/
- ![](https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dt) https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dt
- ![](https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dm) https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dm
- ![](https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dd) https://badgen.net/https/label.vercel.app/packagist/stats/contributte/dd
2 changes: 1 addition & 1 deletion services/insigne/api/_lib/githubber.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { requestGithubber } from "./http";

export async function fetchUnreleased(repo: string): Promise<GithubberUnreleased> {
const res = await requestGithubber({ url: `https://githubber.now.sh/repos/${repo}/unreleased`, method: 'GET' });
const res = await requestGithubber({ url: `https://githubber.vercel.app/repos/${repo}/unreleased`, method: 'GET' });

if (res.statusCode !== 200) {
throw new Error(`Repository ${repo} not found for tag`);
Expand Down
2 changes: 1 addition & 1 deletion services/insigne/api/_lib/packagist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { requestPackagist } from "./http";

export async function fetchVendorStats(vendor: string): Promise<PackagistVendorStats> {
const org = vendor.split(' ').join('+');
const res = await requestPackagist({ url: `https://packagist.now.sh/stats/${org}/`, method: 'GET' });
const res = await requestPackagist({ url: `https://packagist.vercel.app/stats/${org}/`, method: 'GET' });

if (res.statusCode !== 200) {
throw new Error(`Vendor errored`);
Expand Down

0 comments on commit 43534e7

Please sign in to comment.