All Projects → acidiney → buscador-ao

acidiney / buscador-ao

Licence: MIT license
Ponto de obtenção de informações públicas de Angola

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to buscador-ao

nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+628.57%)
Mutual labels:  api-rest, nestjs
truthy
Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
Stars: ✭ 200 (+852.38%)
Mutual labels:  api-rest, nestjs
React-Nest-Admin
admin project powered by 🚀 React + Nestjs + Antd 全栈中后台,后端项目:https://github.com/cnscorpions/React-Nest-Admin-be
Stars: ✭ 37 (+76.19%)
Mutual labels:  nestjs
nest-js-products-api
Hexagonal architecture using nestjs
Stars: ✭ 63 (+200%)
Mutual labels:  nestjs
The-Code-Bending-Dictionary
🧚🏽‍♀️ learn tech vocab in a friendly way 🧚🏽‍♀️ CONTRIBUTIONS WELCOME! 🔥
Stars: ✭ 19 (-9.52%)
Mutual labels:  api-rest
support
Community Help & Support and AEA (Ask Everyone Anything)
Stars: ✭ 301 (+1333.33%)
Mutual labels:  community
nestjs-telegraf
🤖 Powerful Nest module for easy and fast creation Telegram bots
Stars: ✭ 300 (+1328.57%)
Mutual labels:  nestjs
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+333.33%)
Mutual labels:  information
icecat
Icecat API - Find product description with EAN, UPC or GTIN-13
Stars: ✭ 26 (+23.81%)
Mutual labels:  information
docs
Source for Storj DCS docs
Stars: ✭ 63 (+200%)
Mutual labels:  community
WebXDAO.github.io
Main website built with Next.js and Tailwind, and Community builded. 🛸
Stars: ✭ 39 (+85.71%)
Mutual labels:  community
yafetch
Yet another fetch ...
Stars: ✭ 27 (+28.57%)
Mutual labels:  information
start-here
Join our community and build with us. This repository is for Community help and support 💜 ✨
Stars: ✭ 67 (+219.05%)
Mutual labels:  community
rk-community-site
🦄 RK's community site
Stars: ✭ 20 (-4.76%)
Mutual labels:  community
joatu-v2
The JoatU application, version 2. Written in Ruby on Rails.
Stars: ✭ 27 (+28.57%)
Mutual labels:  community
nestjs-pdf
Nest js pdf generator
Stars: ✭ 55 (+161.9%)
Mutual labels:  nestjs
UserFinder
OSINT tool for finding profiles by username
Stars: ✭ 379 (+1704.76%)
Mutual labels:  information
fuse-device
Use the basic Device functions such as UUID and current localization from Fuse
Stars: ✭ 13 (-38.1%)
Mutual labels:  information
community
Harbor community-related material
Stars: ✭ 65 (+209.52%)
Mutual labels:  community
partinfra-terraform
Terraform configuration for Participation Infrastructure
Stars: ✭ 46 (+119.05%)
Mutual labels:  community

Buscador.ao

GitHub language count Build Status Repository size GitHub last commit Repository issues License

Techs   |    Project   |    Avaliable Routes   |    How to Build Setup   |    How to Contribute   |    License   |    Author

🚀 Techs

Este projecto foi desenvolvido usando as seguintes tecnologias:

💻 Project

Ponto de obtenção de informações públicas - https://buscador.ao

Avaliable Routes

Rotas existentes no momento:

  • [ deprecated ] nif/:nif permite retornar informações de um nif. ( No momento a rota existe, porém será eliminada posteriormente ).

    {
      "data": {
        "nif": ":nif:",
        "name": "Acidiney Alvaro  Carvalho Soares Dias",
      },
      "source": "Buscador"
    }
  • [ NEW ] GET search/document, permite validar os documentos do tipo ['NIF', 'BI']. ( esses parametros type e number devem ser enviados como query, caso queira testar pelo navegar recomendo usar no metodo acima ) eg:

    • Para BI
      axios.get('https://buscador.ao/search/document', {
        type: 'BI',
        number: 'número do BI a ser válidado'
      })

    Isso deve retornar

      {
        "data": {
            "name": "ACIDINEY ALVARO CARVALHO SOARES DIAS",
            "bi": "meu-bi"
        },
        "source": "Buscador"
      }
    • Para NIF
      axios.get('https://buscador.ao/search/document', {
        type: 'NIF',
        number: 'número do NIF a ser válidado'
      })

    Isso deve retornar

      {
        "data": {
            "name": "ACIDINEY ALVARO CARVALHO SOARES DIAS",
            "nif": "meu-nif"
        },
        "source": "Buscador"
      }

How to Build Setup

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
​```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

🤔 How to Contribute

  • Faça Fork deste repositório;
  • Crie sua branch com a sua funcionalidade: git checkout -b my-feature;
  • Commit suas mudanças: git commit -m 'feat: my new feature';
  • Envie suas mudanças para o Githuh: git push origin my-feature.

Depois de feito merge da sua PR, pode apagar a branch!

📝 License

Este projecto está sobre licensa MIT. Verifique o arquivo LICENSE para mais informações.

Author

Acidiney Dias

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].