Skip to content

Instantly share code, notes, and snippets.

@philipusis
Created October 30, 2017 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/9732ed160a001e3d60a0088ed4491e99 to your computer and use it in GitHub Desktop.
Save philipusis/9732ed160a001e3d60a0088ed4491e99 to your computer and use it in GitHub Desktop.
Формат вывода для eNPS
{
promoters: <Number>,
neutrals: <Number>,
destructors: <Number>,
comments: [
{
userId: <Number>,
email: <string>,
name: <string>,
text: <string>,
type: <Number> //1 - промоутер, 0 - нейтрал, -1 - деструктор
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment