Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ざっくりAWS

[ざっくり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」なので、ざっくりじゃなくなってしまう機能追加は難しいですが、できる限り対応いたします。