github project name: "vocable-app-en-de"
It is a simple vocable web app to represent your collected data
-
Data source will be provided by a Google spreadsheet, so while there will more additions the app will get the data by demand.
-
The Google Spreadsheet file has two columns with words in English and its Translation in German. The translation will be displayed with a delay.
Bring your vocable collected (in a csv, Excel file) into the web for an interactive experience
index.html:
// replace <url to csv> with your csv
function myFunction(){
var uri = <url to csv>
//e.g. 'https://docs.google.com/spreadsheets/d/e/2PACX1vQJcScro25wgFYAOQ0XEQYg6WccqhkY7WStqxKrJWKK_yq7sTmXMXARUsbrd4T8PIfsCToXNhzlwRou/pub?output=tsv';
...
}