Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 schema

See 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
```