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

https://github.com/stackbuilders/deno-example

Deno example
https://github.com/stackbuilders/deno-example

Last synced: 20 days ago
JSON representation

Deno example

Awesome Lists containing this project

README

          

# Generate a csv file
This is a small example using Deno and Typescript that shows how to create routes with the `oak` module, submit data from a form and generate a csv file with the provided data.

This example was created with Deno 1.4.0

To run the example use the following command:
```
$ deno run --allow-net --allow-read --allow-write server.ts
```