Skip to content

Commit fe7da6a

Browse files
authored
Update README.md
1 parent 24eef18 commit fe7da6a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Random Data Web API
2-
Provides the JSON 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
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.
321

422
### Development Environment
523
- .NET Framework 4.5

0 commit comments

Comments
 (0)