{"id":13820280,"url":"https://github.com/jpdillingham/AWSPricingExplorer","last_synced_at":"2025-05-16T07:33:46.657Z","repository":{"id":43148611,"uuid":"139276801","full_name":"jpdillingham/AWSPricingExplorer","owner":"jpdillingham","description":"A microservice for the AWS Pricing Api, written in JavaScript with Express, React, and blueprintjs.","archived":false,"fork":false,"pushed_at":"2023-04-10T19:19:03.000Z","size":2791,"stargazers_count":4,"open_issues_count":15,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-19T19:44:11.443Z","etag":null,"topics":["aws","aws-pricing","blueprintjs","express","javascript","pricing","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpdillingham.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":"2018-06-30T20:10:59.000Z","updated_at":"2023-09-08T17:42:19.000Z","dependencies_parsed_at":"2024-01-13T16:23:07.764Z","dependency_job_id":"cc51f029-65f5-4bc3-b1d7-c99cbcbf07b9","html_url":"https://github.com/jpdillingham/AWSPricingExplorer","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/jpdillingham%2FAWSPricingExplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdillingham%2FAWSPricingExplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdillingham%2FAWSPricingExplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdillingham%2FAWSPricingExplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpdillingham","download_url":"https://codeload.github.com/jpdillingham/AWSPricingExplorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254488713,"owners_count":22079484,"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":["aws","aws-pricing","blueprintjs","express","javascript","pricing","react"],"created_at":"2024-08-04T08:01:00.792Z","updated_at":"2025-05-16T07:33:45.907Z","avatar_url":"https://github.com/jpdillingham.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# AWS Pricing Explorer\n\n[![Build Status](https://travis-ci.org/jpdillingham/AWSPricingExplorer.svg?branch=master)](https://travis-ci.org/jpdillingham/AWSPricingExplorer/branches)\n![license](https://img.shields.io/github/license/jpdillingham/AWSPricingExplorer.svg)\n\nA microservice for the AWS Pricing Api, written in JavaScript with Express, React, and blueprintjs.\n\n# Running Locally\n\nFirst, you'll need [nodejs](https://nodejs.org/en/) installed.  Next, you'll need to log in to your AWS account and create a new IAM user (or use an existing one, your call) and add the policy `AWSPriceListServiceFullAccess` to grant access to the pricing api.  Note the access key ID and secret access key, you'll need them to configure the app.\n\nClone the repository with `git clone https://github.com/jpdillingham/AWSPricingExplorer`, then `cd` into the directory that was created.\n\nCreate a file named `.env` with the command `touch .env`, then open the file in a text editor of your choosing.\n\nAdd the following lines, replacing the placeholders with your credentials:\n\n```\nREACT_APP_ACCESS_KEY_ID=\u003cyour access key ID\u003e\nREACT_APP_SECRET_ACCESS_KEY=\u003cyour secret access key\u003e\n```\n\nOptionally you can change the port and hostname used to host the backend and access it by adding the following:\n\n```\nREACT_APP_BACKEND_PORT=8080\nREACT_APP_ROOT_URL=http://localhost\n```\n\nStart the app with `npm start`.  Note that it's set up for development, using the webpack dev server that comes with `create-react-app` and nodemon for the backend.  You'll need to do some extra leg work if you want to deploy the app elsewhere.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpdillingham%2FAWSPricingExplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpdillingham%2FAWSPricingExplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpdillingham%2FAWSPricingExplorer/lists"}