Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neverstew/valtown-search
https://github.com/neverstew/valtown-search
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neverstew/valtown-search
- Owner: neverstew
- Created: 2023-08-23T14:45:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T10:36:51.000Z (10 months ago)
- Last Synced: 2024-03-02T11:38:45.135Z (10 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# valtown-search
Deployed at https://valtown-search.fly.dev/
Alongside [a val that triggers the sync process every 15 minutes](https://www.val.town/v/neverstew/updateValtownSearch).## Development
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.6.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.