Socket
Socket
Sign inDemoInstall

@mariana-tek/anemone

Package Overview
Dependencies
7
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mariana-tek/anemone

Mariana Tek Embedded Apps SDK


Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Install size
5.58 MB
Created
Weekly downloads
 

Readme

Source

Mariana Anemone

An SDK for building Embedded Apps with Mariana Tek.

Installation

npm install @mariana-tek/anemone

Documentation

Full reference: https://marianatek.com/developers/guides/mariana-anemone

Running tests

npm test

Running the example app

Note: This example application will only function when loaded within a sandbox for the Mariana Tek Admin Application where a this test Embedded App is installed. If you have an idea for a new Embedded App and don't have a sandbox or a test Embedded App installed yet, contact partners@marianatek.com.

  1. Go to the root of the example app and install dependencies:
cd example
npm install
  1. Update the value of config in example/src/utils.js with the correct values for your app:
const config = {
    appId: "{MARIANA_APP_ID}", // the app ID configured for your app
    clientId: "{MARIANA_CLIENT_ID}", // the sandbox client ID for your app
    baseUrl: "{APP_URL}", // when running this locally, this should be http://localhost:1234
};
  1. Spin up the application:
npm start

Keywords

FAQs

Last updated on 20 Oct 2020

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc