Git Product home page Git Product logo

tanda-api's Introduction

✨ Tanda API Data Upload

This is just a simple little application that takes a CSV of data and uploads it through the Tanda API.

At the moment, this tool supports the following Tanda API endpoints:

Getting Started

  1. You will need an AUTH_TOKEN. You can retrieve this when logged in at https://my.tanda.co/api/oauth/access_tokens. Make sure that you have the necessary scopes.

  2. Clone the repository locally and install dependencies

git clone [email protected]:mitchbne/tanda-api.git

yarn install
  1. Create and modify ENVIRONMENTAL VARIABLES in a .env file
# The current directory structure looks as follows:
.
├── csv_files/                     <-- Insert the files that you want to be uploaded into this directory.
├── csv_templates/                 <-- Use these templates to ensure your data is formatted correctly
├── src/
├── test/
├── .env                           <-- This is where you should include your .env file
├── README.md
├── package.json
└── yarn.lock

# From here, you will need to create and modify a new file called '.env'.
# Add the following lines:

AUTH_TOKEN=123456543234567876543245678765434567876543
  1. Use the appropriate template that you need from the csv_templates/ folder. Duplicate this into the csv_files/ folder and modify the file so that it uses the data that you need.

  2. Start the application with the command yarn dev

tanda-api's People

Contributors

dependabot[bot] avatar mitchbne avatar

Watchers

 avatar

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.