Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopeke/imdb
proyecto final del modulo 1
https://github.com/naopeke/imdb
Last synced: about 2 months ago
JSON representation
proyecto final del modulo 1
- Host: GitHub
- URL: https://github.com/naopeke/imdb
- Owner: naopeke
- Created: 2023-11-01T08:10:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T09:07:45.000Z (about 1 year ago)
- Last Synced: 2023-11-07T09:35:10.167Z (about 1 year ago)
- Language: TypeScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDB
El objetivo de este proyecto final es crear una BBDD de películas y guardar todo ello en un
fichero en formato .json.
- Convertir a un string el objeto Imdb.
- PISTA: JSON.stringify()
- Guardar dicho objeto en un fichero JSON con el nombre “imdbBBDD.json”.
- PISTA: fs.writeFileSync(file, data[, options])
- Leer el fichero “imdbBBDD.json” y almacenarlo en una instancia de la clase Imdb
- PISTA: fs.readFileSync(path[, options])
- PISTA: JSON.parse()
- Crear un nuevo fichero finaltest.ts que solicite por pantalla cada uno de las propiedades de la clase Profesional e inserte un nuevo profesional a una película del fichero “imdbBBDD.json”
- PISTA: Buscar readLineSync