Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ragnarok22/threadly
- Owner: ragnarok22
- License: gpl-3.0
- Archived: true
- Created: 2021-10-25T14:30:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T00:46:49.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:45:30.603Z (5 months ago)
- Topics: graphql, hacktoberfest, nextjs, react, twitter, twitter-threader
- Language: JavaScript
- Homepage: https://app.threadly.app
- Size: 1.27 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- cuban-opensource - Threadly Frontend
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 requestsYou 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).