Code Monkey home page Code Monkey logo

airtable-urls-to-image-api's Introduction

Airtable Image URL => Image Attachment Auto Uploader

You can use this code snippet to convert Airtable url(entire column) to Images(Attachment) column

How to?

  1. Git clone codebase git clone [email protected]:alishahlakhani/airtable-urls-to-image-api.git
  2. Change directory cd ./airtable-urls-to-image
  3. Install dependencies npm install or yarn
  4. Update configs.js. Open configs.js and updated the following urls
module.exports = {
  // This is your Airtable API KEY
  API_KEY: "Insert your key here",
  // This is the base you are updating
  BASE_ID: "Insert your base Id",
  // This is the base name you're updating
  BASE_NAME: "Insert your base name",
  // This is the view which you're updating
  VIEW_NAME: "Insert your view name",
  // [IMPORTANT] - Column name where image urls are present
  URL_TEXT_COLUMN_NAME: "Insert column name where images are in url format",
  // [IMPORTANT] - Column name where image will be uploaded. Please ensure that the type of this column is 'Attachment'
  URL_ATTACHMENT_COLUMN_NAME:
    "Insert column name where image type is Attachment",
};
  1. Run code & Voila npm run start

airtable-urls-to-image-api's People

Contributors

alishahlakhani avatar

Stargazers

 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.