Skip to content

crydensync/crydensync-sdk-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

@crydensync/sdk-js - JavaScript SDK

Status License Go Version

πŸ”— Quick Links

🎯 Purpose

First-class JavaScript/TypeScript experience for CrydenSync.

πŸ“Š Status

  • Phase: Planning
  • Progress: 0%
  • Target: After api v1.0.0

πŸ—ΊοΈ Roadmap

v1.0.0

  • TypeScript support
  • Promise-based API
  • Node.js support
  • Browser support
  • React hooks

v1.1.0

  • Vue composables
  • Svelte stores
  • Native ESM/CJS

πŸ”§ Development

npm install
npm run build
npm test

πŸ“¦ Usage

import { Cryden } from '@crydensync/sdk-js';

const cryden = new Cryden('https://api.crydensync.com');
const user = await cryden.auth.signUp(email, password);

πŸ”— Dependencies

Β· api HTTP endpoints

πŸ†˜ Getting Help

🀝 Contributing

We welcome contributions! Please:

  1. Read CONTRIBUTING.md
  2. Check open issues
  3. Join Discord

Current needs:

  • πŸ› Bug hunters
  • πŸ“ Documentation writers
  • πŸ§ͺ Testers
  • πŸ’‘ Feature ideas

πŸ“„ License

MIT Β© CrydenSync

This is open source software. Use it freely, modify it, share it.

About

Official JavaScript SDK for CrydenSync authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors