{"id":19035789,"url":"https://github.com/freeclimbapi/node-movie-quotes-app","last_synced_at":"2026-05-05T17:30:15.607Z","repository":{"id":44837425,"uuid":"223210323","full_name":"FreeClimbAPI/Node-Movie-Quotes-App","owner":"FreeClimbAPI","description":"Node sample application that will send a movie quote to a person via text message, respond to a text with a movie quote, call a person and play a movie quote, and receive a phone call and play a movie quote","archived":false,"fork":false,"pushed_at":"2022-12-11T14:18:55.000Z","size":536,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T05:27:32.631Z","etag":null,"topics":["sample-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/FreeClimbAPI.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-11-21T15:54:40.000Z","updated_at":"2021-05-03T21:09:21.000Z","dependencies_parsed_at":"2023-01-27T01:00:54.859Z","dependency_job_id":null,"html_url":"https://github.com/FreeClimbAPI/Node-Movie-Quotes-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Movie-Quotes-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Movie-Quotes-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Movie-Quotes-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreeClimbAPI%2FNode-Movie-Quotes-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreeClimbAPI","download_url":"https://codeload.github.com/FreeClimbAPI/Node-Movie-Quotes-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240090404,"owners_count":19746394,"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":["sample-app"],"created_at":"2024-11-08T21:52:06.358Z","updated_at":"2026-05-05T17:30:15.549Z","avatar_url":"https://github.com/FreeClimbAPI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie Quote Application\n\nThis project serves as a guide to help you build an application with FreeClimb. Specifically, the project will:\n\n- Send a movie quote to a person via text message\n- Respond to a text with a movie quote\n- Call a person and play a movie quote\n- Receive a phone call and play a movie quote\n\n## Setting up your new app within your FreeClimb account\n\nTo get started using a FreeClimb account, follow the instructions [here](https://docs.freeclimb.com/docs/getting-started-with-freeclimb).\n\n## Setting up the Movie Quote Application locally\n\n1. Download and install [Node.js](https://nodejs.org)\n2. Install yarn globally [Mac OS](https://yarnpkg.com/lang/en/docs/install/#mac-stable) | [Windows](https://yarnpkg.com/lang/en/docs/install/#windows-stable)\n\n3. Clone or download this repo locally.\n\n4. Install the node packages necessary using command:\n\n   ```bash\n   yarn install\n   ```\n\n5. Configure environment variables (this tutorial uses the [dotenv package](https://www.npmjs.com/package/dotenv)).\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   | FREECLIMB_PHONE_NUMBER | FreeClimb Phone Number associated with Movie Quote Application found under [My Numbers](https://www.freeclimb.com/dashboard/portal/numbers) in Dashboard (**E.164 format**) |\n   | FREECLIMB_APP_ID       | Application ID associated with FreeClimb Movie Quote Application found under [Apps](https://www.freeclimb.com/dashboard/portal/applications) in Dashboard                   |\n   | HOST_URL                | URL for hosted Movie Quote Application                                                                                                                                        |\n\n## Using the Movie Quote Application\n\n### Responding to Incoming Calls and Texts\n\n1. Run the application using command:\n\n   ```bash\n   $ node src/app\n   Express server listening on port 80\n   ```\n\n2. Call or text your FreeClimb phone number and expect a funny movie quote in response.\n\n### Making Outgoing Calls and Texts\n\n1. Sending movie quote via text (where +1XXXXXXXXXX represents the E.164 formatted phone number the quote should go to):\n\n   ```bash\n   $ node src/main text +1XXXXXXXXXX\n   Sent Text Message: The random quote: \"I'm about to do to you what Limp Bizkit did to music in the late '90s.\"\n   ```\n\n2. Sending movie quote via call (where +1XXXXXXXXXX represents the E.164 formatted phone number the quote should go to):\n\n   ```bash\n   $ node src/main call +1XXXXXXXXXX\n   Initiated a call using FreeClimb\n   ```\n\n## Getting Help\n\nIf you are experiencing difficulties, [contact support](https://freeclimb.com/support).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fnode-movie-quotes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreeclimbapi%2Fnode-movie-quotes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreeclimbapi%2Fnode-movie-quotes-app/lists"}