An open API service indexing awesome lists of open source software.

https://github.com/samsoft00/docsndata-zapier-app

Docsndata Zapier app
https://github.com/samsoft00/docsndata-zapier-app

Last synced: 7 months ago
JSON representation

Docsndata Zapier app

Awesome Lists containing this project

README

          

# Zapier integration for Docsndata

## DocsnData Zapier Integration
https://docs.google.com/document/d/1F5TDPAUhlIl0irm4wyJF9-LWzf28ZzoVVblXCpxgHZ8/edit?usp=sharing

This Zapier integration project is generated by the `zapier init` CLI command.

These are what you normally do next:

```bash
# Install dependencies
npm install # or you can use yarn

# Run tests
zapier test

# Register the integration on Zapier if you haven't
zapier register "App Title"

# Or you can link to an existing integration on Zapier
zapier link

# Push it to Zapier
zapier push
```

Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md.

# The "typescript" Template

This example is mainly a proof-of-concept for using features not yet available
in Node.

In `package.json`, we've define some commonly-used scripts:

```bash
# Watch and compile as you edit code
npm run watch

# There's also a non-watch compile command
npm run build

# To push to Zapier, make sure you compile first
npm run deploy
```