{"id":22642358,"url":"https://github.com/voltageddebunked/inspire_api","last_synced_at":"2025-03-29T05:42:12.979Z","repository":{"id":249415112,"uuid":"831457881","full_name":"VoltagedDebunked/inspire_api","owner":"VoltagedDebunked","description":"InspireAPI is a simple RESTful API that provides random motivational quotes. It can be used in applications to inspire and motivate users.","archived":false,"fork":false,"pushed_at":"2024-09-12T17:06:27.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T16:58:14.642Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VoltagedDebunked.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":"2024-07-20T15:54:41.000Z","updated_at":"2024-09-12T17:06:30.000Z","dependencies_parsed_at":"2024-07-20T17:08:05.666Z","dependency_job_id":"d63e19f6-bc84-4ebe-9f86-f81534142bf4","html_url":"https://github.com/VoltagedDebunked/inspire_api","commit_stats":null,"previous_names":["voltageddebunked/inspire_api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Finspire_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Finspire_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Finspire_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VoltagedDebunked%2Finspire_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VoltagedDebunked","download_url":"https://codeload.github.com/VoltagedDebunked/inspire_api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145018,"owners_count":20730493,"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-12-09T05:06:30.719Z","updated_at":"2025-03-29T05:42:12.959Z","avatar_url":"https://github.com/VoltagedDebunked.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InspireAPI\n\nInspireAPI is a simple RESTful API that provides random motivational quotes. It can be used in applications to inspire and motivate users.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm (Node Package Manager)\n\n### Installation\n\n1. Clone the repository:\n```bash\n  git clone https://github.com/voltageddebunked/inspire_api.git\n```\n2. Navigate to the project directory:\n```bash\n  cd inspire_api\n```\n3. Install the dependencies:\n```bash\n  npm install\n```\n### Running the Application\n\nStart the Express server:\n```bash\n  node index.js\n```\nThe server will start and listen on port 3000.\n\n### Usage\n\nYou can access the API endpoint to get a random motivational quote.\n\n**Endpoint:**\n```bash\n  GET /quote\n```\n**Example Request:**\n```bash\n  curl http://localhost:3000/quote\n```\n**Example Response:**\n```json\n  {\n    \"quote\": \"The best way to predict the future is to invent it. – Alan Kay\"\n  }\n```\n### Expanding and Improving\n\n1. **Expand the Quotes List**: Add more quotes to the list in `index.js`.\n2. **Categorize Quotes**: Introduce categories for different types of motivation.\n3. **Add Filtering Options**: Allow users to request quotes by category or author.\n4. **User Contributions**: Allow users to submit their own quotes to be included in the API.\n\n### Deployment\n\nDeploy your API to a cloud provider such as AWS, Google Cloud, or Heroku to make it accessible over the internet.\n\n- **Heroku**: Follow [Heroku's guide](https://devcenter.heroku.com/articles/getting-started-with-nodejs) for deploying a Node.js app.\n- **AWS**: Use services like AWS Elastic Beanstalk or AWS Lambda for deployment.\n\n### License\n\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltageddebunked%2Finspire_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltageddebunked%2Finspire_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltageddebunked%2Finspire_api/lists"}