Socket
Socket
Sign inDemoInstall

astroturtle

Package Overview
Dependencies
0
Maintainers
1
Versions
386
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    astroturtle

Plugin API Library For Turtle Tab Management


Version published
Weekly downloads
388
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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


Contents

Features ✨

  • Get Saved Tabs Planned
  • Update Saved Tabs Planned
  • Create New Saved Tabs Planned
  • Modify Projects (Tab Groups) Planned
  • Typescript Support Planned

Install 🛠

npm install astroturtle

Usage 🔭

Read more about the Design behind astroturtle here.

import { searchTabs } from 'astroturtle';

const { data, error } = await searchTabs({
  query: {
    globalFilter: {
      filters: [{
        operator: 'LIKE',
        keyword: 'github'
      }]
    }
  }
}, TURTLE_API_KEY);

// { data: { tabs: [{...}] }, error: null }

Documentation 🛰

astroturtle is under active development, documentation will be added once an initial release is ready.

Contributing 🌎

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.

License ⚖️

MIT

Keywords

FAQs

Last updated on 29 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc