Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ragnarok22/threadly

Twitter Thread Planner
https://github.com/ragnarok22/threadly

graphql hacktoberfest nextjs react twitter twitter-threader

Last synced: about 2 months ago
JSON representation

Twitter Thread Planner

Awesome Lists containing this project

README

        

# Threadly Frontend
![GitHub deployments](https://img.shields.io/github/deployments/ragnarok22/threadly/production)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ragnarok22/threadly/Lint?label=Lint)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/w/ragnarok22/threadly)
![GitHub contributors](https://img.shields.io/github/contributors/ragnarok22/threadly)
![GitHub issues](https://img.shields.io/github/issues/ragnarok22/threadly)
![GitHub pull requests](https://img.shields.io/github/issues-pr/ragnarok22/threadly)

This is the [Threadly](https://app.threadly.app) Frontend. Made with [NextJS](https://nextjs.org) and Apollo.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Env variables
- `NEXT_PUBLIC_API_URL`: graphql API endpoint
- `NEXT_PUBLIC_CALLBACK_URL`: Twitter callback url
- `NEXT_PUBLIC_TOKEN`: Token for API requests

You can see example [here](.env.example).

## License
This project is [GNU GPLv3](LICENSE) License.

## Contributing
We love yout input. Please follow our [Contribution guideline](CONTRIBUTING.md) and our [Code of conduct](CODE_OF_CONDUCT.md).