Skip to content

Commit 2d1daf3

Browse files
committed
2 parents fd70393 + 10ac81b commit 2d1daf3

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
# Random Data Web API
2-
Provides the JSON/JSONP API to generate random data.
2+
Provides the JSON API to generate random data.
3+
This Web API supports CORS (Cross-Origin Resource Sharing).
4+
5+
[日本語のドキュメント](docs)
6+
7+
## Random Data
8+
- alphabets
9+
- alphanumerics
10+
- byte sequence
11+
- UUID (GUID)
12+
- time-ordered ID
13+
14+
## Web App
15+
This project is actually the ASP.NET Web app that contains the following:
16+
- Web API
17+
- help page with specification
18+
- test page using jQuery
19+
20+
[randomdata.azurewebsites.net](https://randomdata.azurewebsites.net/) is a sample deployment.
21+
22+
### Development Environment
23+
- .NET Framework 4.5
24+
- ASP.NET Web API 5.2.3
25+
- ASP.NET Web API Help Page 5.2.3
26+
- ASP.NET Web API Cross-Origin Support 5.2.3
27+
- Blaze 1.1.10
28+
29+
### Release Notes
30+
- **v1.0.0** The first release, using ASP.NET MVC.
31+
- **v2.0.5** Use ASP.NET Web API.

docs/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Random Data Web API
2+
ランダムなデータを生成するための JSON API を提供します。
3+
この Web API は CORS (Cross-Origin Resource Sharing) をサポートしています。
4+
5+
## ランダム データの種類
6+
- アルファベット
7+
- アルファベットと数字
8+
- バイト列
9+
- UUID (GUID)
10+
- 時刻順の ID
11+
12+
## Web アプリケーション
13+
このプロジェクトは実際には ASP.NET Web アプリケーションであり、以下が含まれています。
14+
- Web API
15+
- 仕様が記述されたヘルプページ
16+
- jQuery を利用したテストページ
17+
18+
[randomdata.azurewebsites.net](https://randomdata.azurewebsites.net/) は配置例です。

0 commit comments

Comments
 (0)