Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishinoshake/aws-rough
ざっくりAWS
https://github.com/nishinoshake/aws-rough
aws javascript nuxt vue
Last synced: 3 months ago
JSON representation
ざっくりAWS
- Host: GitHub
- URL: https://github.com/nishinoshake/aws-rough
- Owner: nishinoshake
- License: mit
- Created: 2018-04-08T22:30:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T02:01:27.000Z (about 1 year ago)
- Last Synced: 2024-05-28T12:51:57.647Z (6 months ago)
- Topics: aws, javascript, nuxt, vue
- Language: JavaScript
- Homepage: https://aws-rough.cc
- Size: 6.7 MB
- Stars: 256
- Watchers: 5
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ざっくりAWS
[](https://aws-rough.cc)
AWS の料金を日本円でざっくり計算できるサイトです。
入力の手間を減らすために、料金への影響が少ない項目は削っているため、手軽に概算を算出できます。
正確な料金は必要ないから適当な入力でざっくり知りたい、みたいなときに便利かもしれません。
https://aws-rough.cc
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nishinoshake/aws-rough/blob/master/LICENSE) [![CircleCI](https://circleci.com/gh/nishinoshake/aws-rough/tree/master.svg?style=svg)](https://circleci.com/gh/nishinoshake/aws-rough/tree/master)
## コマンド
```
# インストール
npm install# 開発サーバーの起動
npm run dev# ユニットテスト
npm run test:unit# E2Eテスト向けに静的ファイルを生成
npm run generate:test# E2Eテスト
npm run test:e2e# テストをまとめて
npm run test# 本番向けに静的ファイルを生成
npm run generate:production
```## データ更新の流れ
計算に使用する為替やAWSの料金は、Lambdaで毎朝更新しています。
Lambdaのコードは別のリポジトリに置いてます。
https://github.com/nishinoshake/aws-rough-functions## ご意見・ご要望
追加して欲しいサービスや機能、致命的なバグなどがありましたら、issueにあげていただくか、なんらかの方法でご連絡をお願いいたします。サイト名が「ざっくりAWS」なので、ざっくりじゃなくなってしまう機能追加は難しいですが、できる限り対応いたします。