{"id":25081164,"url":"https://github.com/neonarray/crypto-airtable","last_synced_at":"2026-04-29T17:36:39.490Z","repository":{"id":44101907,"uuid":"188505192","full_name":"NeonArray/crypto-airtable","owner":"NeonArray","description":"Update an Airbase table with cryptocurrency ticker data using a third-party API.","archived":false,"fork":false,"pushed_at":"2022-12-09T03:51:37.000Z","size":44,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T04:14:52.320Z","etag":null,"topics":["airtable","javascript","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeonArray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-25T01:06:33.000Z","updated_at":"2021-09-04T22:35:19.000Z","dependencies_parsed_at":"2023-01-25T10:20:30.341Z","dependency_job_id":null,"html_url":"https://github.com/NeonArray/crypto-airtable","commit_stats":null,"previous_names":["neonarray/crypto-airtable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fcrypto-airtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fcrypto-airtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fcrypto-airtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fcrypto-airtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeonArray","download_url":"https://codeload.github.com/NeonArray/crypto-airtable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604614,"owners_count":20804100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airtable","javascript","nodejs"],"created_at":"2025-02-07T04:37:09.177Z","updated_at":"2026-04-29T17:36:39.291Z","avatar_url":"https://github.com/NeonArray.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto-Airtable\n\nThis script will poll an API endpoint for fresh ticker data on most crytpo-currencies, and then update a base in Airtable. I haven't abstracted the script enough to be used with just any API endpoint, so to get it working with no tweaks - use the `https://api.coinmarketcap.com/v1/ticker/` endpoint. You will need to set up an Airtable base though, and then supply the name of the base and column you want to update, as well as your API keys.\n\n\n## The Airtable Base\n\n1. Create a new base - I called mine \"Portfolio\"\n2. You really only need at minimum, 2 columns on your base for this app to work (the [brackets] indicate the field type).\n    a. `ID : [string]` - The ID of the crypto. Use the ID found in the `https://api.coinmarketcap.com/v1/ticker/` data, for example `ripple` or `litecoin`.\n    b. `Current Value : [Currency]`\n\n\n## Initializing The Class\n\nThe class accepts two positional arguments:\n\nName | Default | Description\n--- | --- | ---\n`timer delay` | `60000` | Indicates how often the app should poll the API.\n`max records` | `50` | The max number of records to pull from Airtable on setup.\n\n```js\nnew AirtableTicker(60000, 50);\n```\n\n\n## Configuring\n\nAll of the configuration is done in the `.env` file. Take note that the field `COLUMN_TO_UPDATE_IN_AIRTABLE` is expecting the full name of the column, spaces, punctuation, and all.\n\nFor example, if your column name is `Current Value (Per Coin)`, your `.env` should reflect that.\n\n`COLUMN_TO_UPDATE_IN_AIRTABLE=\"Current Value (Per Coin)\"`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fcrypto-airtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneonarray%2Fcrypto-airtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fcrypto-airtable/lists"}