We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eef18 commit fe7da6aCopy full SHA for fe7da6a
README.md
@@ -1,5 +1,23 @@
1
# Random Data Web API
2
-Provides the JSON API to generate random data.
+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
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
0 commit comments