Plugin API Library For Turtle Tab Management
npm install astroturtle!Astroturtle — Plugin API Library For Turtle Tab Management
> THIS PROJECT IS STILL IN THE DESIGN PHASE
>
> IDEAS & CONTRIBUTIONS ARE WELCOME
>
> An Open Source Universe Project
---
- astroturtle
- Contents
- Features ✨
- Install 🛠
- Usage 🔭
- Documentation 🛰
- Contributing 🌎
- License ⚖️
- Get Saved Tabs Planned
- Update Saved Tabs Planned
- Create New Saved Tabs Planned
- Modify Projects (Tab Groups) Planned
- Typescript Support Planned
``sh`
npm install astroturtle
Read more about the Design behind astroturtle here.
`typescript
import { searchTabs } from 'astroturtle';
const { data, error } = await searchTabs({
query: {
globalFilter: {
filters: [{
operator: 'LIKE',
keyword: 'github'
}]
}
}
}, TURTLE_API_KEY);
// { data: { tabs: [{...}] }, error: null }
`
astroturtle is under active development, documentation will be added once an initial release is ready.
We would love for you to contribute your ideas, code, & fixes to astroturtle`.
We encourage everyone to read our Design Document to learn more about the thought process behind astroturtle.
Also check out the rewards offered for contributing to the Open Source Universe.
MIT