{"id":19035694,"url":"https://github.com/freeclimbapi/node-click-to-call-how-to-guide","last_synced_at":"2026-02-13T10:59:16.562Z","repository":{"id":51258435,"uuid":"360910918","full_name":"FreeClimbAPI/Node-Click-To-Call-How-To-Guide","owner":"FreeClimbAPI","description":"Simple click to call application","archived":false,"fork":false,"pushed_at":"2024-10-21T21:41:41.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T05:41:44.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FreeClimbAPI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-23T14:27:57.000Z","updated_at":"2024-10-21T21:41:45.000Z","dependencies_parsed_at":"2024-07-11T17:51:02.907Z","dependency_job_id":"f84b9fb1-997d-4ab0-ad79-335e9a35f71d","html_url":"https://github.com/FreeClimbAPI/Node-Click-To-Call-How-To-Guide","commit_stats":null,"previous_names":["freeclimbapi/node-click-to-call-how-to-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Click-To-Call-How-To-Guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Click-To-Call-How-To-Guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Click-To-Call-How-To-Guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Click-To-Call-How-To-Guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeClimbAPI","download_url":"https://codeload.github.com/FreeClimbAPI/Node-Click-To-Call-How-To-Guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732504,"owners_count":21152850,"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":[],"created_at":"2024-11-08T21:51:47.407Z","updated_at":"2026-02-13T10:59:16.510Z","avatar_url":"https://github.com/FreeClimbAPI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Click To Call How-To Guide\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Click To Call CI](https://github.com/FreeClimbAPI/Node-Click-To-Call-Tutorial/actions/workflows/node-click-to-call-sample.yaml/badge.svg?branch=main)](https://github.com/FreeClimbAPI/Node-Click-To-Call-Tutorial/actions/workflows/node-click-to-call-sample.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/FreeClimbAPI/Node-Click-To-Call-Tutorial/badge.svg?branch=main)](https://coveralls.io/github/FreeClimbAPI/Node-Click-To-Call-Tutorial?branch=main)\n\nThis project serves as a guide to help you build a click to call application with [FreeClimb](https://docs.freeclimb.com/docs/how-freeclimb-works).\n\nSpecifically, the project will:\n\n- Get phone numbers via a webpage\n- Create an outgoing call using the [FreeClimb API](https://docs.freeclimb.com/reference/using-the-api)\n- Create a conference using [PerCL](https://docs.freeclimb.com/reference/percl-overview)\n- Connect an agenct and caller in a conference using [PerCL](https://docs.freeclimb.com/reference/percl-overview)\n\n## Sample App How-To Guide\nWe offer a [Click to Call via Web Browser How-To Guide](https://docs.freeclimb.com/docs/click-to-call-via-web-browser) for more detailed set-up instructions and explanation of how the code in this click to call sample app works.\n\n\n## Requirements\nA [FreeClimb account](https://www.freeclimb.com/dashboard/signup/)\n\nA [registered application](https://docs.freeclimb.com/docs/registering-and-configuring-an-application#register-an-app) with a named alias\n\nA [configured FreeClimb number](https://docs.freeclimb.com/docs/getting-and-configuring-a-freeclimb-number) assigned to your application\n\nTrial accounts: a [verified number](https://docs.freeclimb.com/docs/using-your-trial-account#verifying-outbound-numbers)\n\nTools:\n- [Node.js](https://nodejs.org/en/download/) 12.14.0 or higher\n- [Yarn](https://yarnpkg.com/en/)\n- [ngrok](https://ngrok.com/download) (optional for hosting)\n\n## Setting up the Sample App\n\n1. Install the required packages\n\n    ```bash\n    yarn install\n    ```\n\n1. Create a .env file and configure the following environment variables within it:\n\n    | ENV VARIABLE    | DESCRIPTION                                                                                                                                                                                                                               |\n    | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n    | ACCOUNT_ID      | Account ID which can be found under [API credentials](https://www.freeclimb.com/dashboard/portal/account/authentication) in dashboard.                                                                                                         |\n    | API_KEY      | API key which can be found under [API credentials](https://www.freeclimb.com/dashboard/portal/account/authentication) in dashboard.                                                                                                  |\n    | APP_ID      | Application Id associated with your freeclimb app can be found under [Apps](https://www.freeclimb.com/dashboard/portal/applications/authentication) in dashboard.                                                                                                  |\n    | HOST            | The hostname as defined in your FC application. We recommend [ngrok](https://ngrok.com/download) as an option to get up and running quickly.                                                                                                                                                                                            |\n    | PORT            | Specifies the port on which the app will run (e.g. PORT=3000 means you would direct your browser to http://localhost:3000).                                                                                                                                                                                              |\n    | FC_NUMBER       | The FreeClimb phone number associated with your application.                                                                                                                                                                                             |\n    \n## Running the Sample App\n\n```bash\nyarn start\n```\n\n## Feedback \u0026 Issues\nIf you would like to give the team feedback or you encounter a problem, please [contact support](https://www.freeclimb.com/support/) or [submit a ticket](https://freeclimb.com/dashboard/portal/support) in the dashboard.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fnode-click-to-call-how-to-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreeclimbapi%2Fnode-click-to-call-how-to-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fnode-click-to-call-how-to-guide/lists"}