Git Product home page Git Product logo

tool-db's Introduction

Hi there ๐Ÿ‘‹

My name is Manuel Etchegaray, i'm an Argentine software developer! :shipit:

๐Ÿ”ญ Iโ€™m currently working on some open source projects:

  • ToolDB: A decentralized database and data sharing for peer to peer applications running mainly on the browser, without central servers!
  • MTG Arena Tool: A desktop overlay and companion app for Magic the Gathering: Arena, able to run seamlessly in the browser; "MTG Arena Tool is a collection browser, a deck tracker and a statistics manager for MTG Arena."

I'm a crypto and web3 enthusiast at heart, decentralize everything! ๐Ÿ’ฅ

๐Ÿ’ป Stuff I work with lately;

  • Typescript / Javascript
  • React
  • Webpack
  • Nodejs
  • Docker

tool-db's People

Contributors

dderevjanik avatar manwe-777 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tool-db's Issues

Browser package

Hello,

would it be possible to also publish a browser-compatible package? It could be much easier to play with tool-db by using script from CDN like https://unpkg.com/tool-db , so It would be possible to just paste script inside your static html file and test tool-db directly from your browser without need to create dummy node project with all libraries (ts, webpack, etc.).

Btw, really nice project!

Provide Id after initialization

Is there any way to obtain id right after initialization (generatePairKey)? https://github.com/Manwe-777/tool-db/blob/main/src/tooldb.ts#L279 . Accessing tooldb.options.id after initializing ToolDb instance returns nothing, because generatePairKey is async action inside constructor.

Possible solutions:

  • ๐Ÿ‘Ž Provide callback to constructor method constructor(options: Partial<ToolDbOptions> = {}, onId: (id) => void)
  • ๐Ÿ‘Ž Provide listener to ToolDb -> onId: (id: string) => void
  • ๐Ÿ‘ Provide listener to ToolDb -> onInit: () => void after which I know that tooldb was initialized (id generated) and I can access tooldb.options.id

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.