Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluesky-social/statusphere-example-app
An example atproto application using ExpressJS and Typescript.
https://github.com/bluesky-social/statusphere-example-app
Last synced: about 19 hours ago
JSON representation
An example atproto application using ExpressJS and Typescript.
- Host: GitHub
- URL: https://github.com/bluesky-social/statusphere-example-app
- Owner: bluesky-social
- Created: 2024-07-31T21:49:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:57:55.000Z (22 days ago)
- Last Synced: 2024-10-26T00:17:48.639Z (21 days ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 69
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AT Protocol "Statusphere" Example App
An example application covering:
- Signin via OAuth
- Fetch information about users (profiles)
- Listen to the network firehose for new data
- Publish data on the user's account using a custom schemaSee https://atproto.com/guides/applications for a guide through the codebase.
## Getting Started
```sh
git clone https://github.com/bluesky-social/statusphere-example-app.git
cd statusphere-example-app
cp .env.template .env
npm install
npm run dev
# Navigate to http://localhost:8080
```