# aulaupt-api

> Sencilla API para interactuar con el Aula Virtual de la Universidad Privada de Tacna

Latest version **0.1.2** (published 2014-04-28) · GNU license · 0 weekly downloads

## Install

```sh
npm install aulaupt-api
pnpm add aulaupt-api
yarn add aulaupt-api
bun add aulaupt-api
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-04-28 |
| First published | 2014-04-28 |
| Weekly downloads | 0 |
| License | GNU |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jorge Pacora |
| Maintainers | ikeyman |
| Keywords | upt, tacna, jpacora, ikeyman |

## Links

- npm: https://www.npmjs.com/package/aulaupt-api
- Repository: https://github.com/jpacora/AulaUPT-API
- Issues: https://github.com/jpacora/AulaUPT-API/issues
- npm.io page: https://npm.io/package/aulaupt-api

## Dependencies (2)

- [cheerio](https://npm.io/package/cheerio.md) ~0.15.0
- [request](https://npm.io/package/request.md) ~2.34.0

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2014-04-28
- 0.1.1 — 2014-04-28
- 0.1.0 — 2014-04-28

## README

# AulaUPT-API -- Esay to use API

[![NPM](https://nodei.co/npm/aulaupt-api.png)](https://nodei.co/npm/aulaupt-api/)

##Uso

```javascript
var AulaUPT = require('aulaupt-api');

var aula = new AulaUPT({
	usuario: '2013000257',
	password: '467593649',
})

aula.login(function(login) {
	if(login) {
		aula.getCursos(function(cursos) {
			console.log(cursos)
		})
	} else {
		console.log('Login fallido')
	}
})
```

---
_Source: https://npm.io/package/aulaupt-api · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
