Skip to content

Commit 653653c

Browse files
committed
chore(README): update demo site url
1 parent a574c06 commit 653653c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
A simple, lightweight, and self-hostable API for storing and retrieving [Podcasting 2.0](https://podcasting2.org/) payment metadata.
88

9-
Demo: [boostbox.noblepayne.com](https://boostbox.noblepayne.com)
9+
Demo: [boostbox.cloud](https://boostbox.cloud)
1010

11-
Demo Boost: [01KB19TNRVE1RVQCXVFWY68PYG](https://boostbox.noblepayne.com/boost/01KB19TNRVE1RVQCXVFWY68PYG)
11+
Demo Boost: [01KB19TNRVE1RVQCXVFWY68PYG](https://boostbox.cloud/boost/01KB19TNRVE1RVQCXVFWY68PYG)
1212

1313
![Demo GIF (Jeff)](images/demo.gif)
1414

@@ -33,7 +33,7 @@ The process is designed to be as simple as possible for podcast app developers.
3333
Your app gathers all the boostagram metadata and sends it as a JSON object to the `/boost` endpoint.
3434

3535
```sh
36-
curl -X POST https://boostbox.noblepayne.com/boost \
36+
curl -X POST https://boostbox.cloud/boost \
3737
-H "Content-Type: application/json" \
3838
-H "X-Api-Key: v4v4me" \
3939
-d '{
@@ -59,8 +59,8 @@ BoostBox stores the metadata and returns a URL and a pre-formatted BOLT11 descri
5959
```json
6060
{
6161
"id": "01K9R9E2JNE1CR0ME6CFM45T8E",
62-
"url": "https://boostbox.noblepayne.com/boost/01K9R9E2JNE1CR0ME6CFM45T8E",
63-
"desc": "rss::payment::boost https://boostbox.noblepayne.com/boost/01K9R9E2JNE1CR0ME6CFM45T8E Best episode ever!"
62+
"url": "https://boostbox.cloud/boost/01K9R9E2JNE1CR0ME6CFM45T8E",
63+
"desc": "rss::payment::boost https://boostbox.cloud/boost/01K9R9E2JNE1CR0ME6CFM45T8E Best episode ever!"
6464
}
6565
```
6666

@@ -73,10 +73,10 @@ Your app uses the `desc` field from the response as the description when paying
7373
When the podcaster's receiving service (like Helipad, Alby, etc.) gets the payment, it can fetch the URL from the description. BoostBox will respond with the full, original metadata in the `x-rss-payment` HTTP header.
7474

7575
```sh
76-
curl -v "http://boostbox.noblepayne.com/boost/01K9R9E2JNE1CR0ME6CFM45T8E"
76+
curl -v "http://boostbox.cloud/boost/01K9R9E2JNE1CR0ME6CFM45T8E"
7777

7878
> GET /boost/01K9R9E2JNE1CR0ME6CFM45T8E HTTP/1
79-
> Host: boostbox.noblepayne.com
79+
> Host: boostbox.cloud
8080
...
8181

8282
< HTTP/1 200

0 commit comments

Comments
 (0)