Appwrite Web SDK

    0

    20

    Khalid Khan

    Appwrite companion cookbook

    Initialize your appwrite SDK code with your project ID which can be found in your project settings page.

    Shortcut: appwrite.web.init

    import { Appwrite } from 'appwrite';
    
    // Init your Web SDK
    const appwrite = new Appwrite();
    
    appwrite
      .setEndpoint('apiendpoint') // Your Appwrite Endpoint
      .setProject('Projectid') // Your project ID
    ;
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.