A representation of an entity (i.e organization, individual, customer, or client) which receiving service(s) from a particular jurisdiction.
It's a simplified version obtained after merging:
- https://www.popoloproject.com/specs/organization.html
- https://www.popoloproject.com/specs/person.html
- https://www.popoloproject.com/specs/contact-detail.html
- http://wiki.open311.org/GeoReport_v2/#post-service-request
npm install @codetanzania/majifix-account --save
import { connect } from '@lykmapipo/mongoose-common';
import { Account, start } from '@codetanzania/majifix-account';
// connect to mongodb
connect(process.env.MONGODB_URI, error => {