Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrimalmadhur/trendcaster
https://github.com/shrimalmadhur/trendcaster
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shrimalmadhur/trendcaster
- Owner: shrimalmadhur
- License: mit
- Created: 2022-08-09T23:03:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T08:06:58.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T16:09:39.715Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.trendcaster.xyz/
- Size: 252 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-farcaster - here
README
# Currently not in Development
## Development
To install dependency, run:
```bash
yarn
```To start the project locally, run:
```bash
yarn dev
```Open `http://localhost:3000` with your browser to see the result.
### Alchemy Wallet connection
You can use [.env.example](./.env.example) file to put enviornment variables. You will need to fill `NEXT_PUBLIC_ALCHEMY_URL` for running the app.### Sample data
To seed the data locally, create `.env.local` in your in your root folder and add the following variable
```
NEXT_DEPLOYMENT_ENVIRONMENT = "local"
```
This will load the data from [testdata](./testdata/) folder. Feel free to change the data and test it. This data is similar to what the APIs would return.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.