SlideShare a Scribd company logo
1 of 39
Download to read offline
How	to	use	Pixela
〜 Basic	〜
Create	your	first	graph
1. Create	your	user.
2. Create	your	graph.
3. Take	a	look	at	the	graph.	Open	https://pixe.la/v1/users/a-know/graphs/test-graph
in	your	browser.	This	is	SVG	format.
🎉
API	docs	QR
Post	your	first	value
1. Post	a	value.
2. Take	a	look	at	the	graph.	Open	https://pixe.la/v1/users/a-know/graphs/test-graph
in	your	browser.
API	docs	QR
🎉
Get	small	graph
1. Open	https://pixe.la/v1/users/a-know/graphs/test-graph?mode=short in	your	browser.
API	docs	QR
🎉
Get	past	period	graph
1. Open	https://pixe.la/v1/users/a-know/graphs/test-graph?date=20190331 in	your	
browser.
API	docs	QR
🎉
1. Open	https://pixe.la/v1/users/a-know/graphs/test-graph?mode=line in	your	browser.
Other	example:
Get	a	line	graph
API	docs	QR
🎉
View	a	graph	detail
1. Open	https://pixe.la/v1/users/a-know/graphs/test-graph.html in	your	browser.
API	docs	QR
🎉
Get	a	graph	stats
1. GET	request	to	/stats	endpoint.
2. Get	results.
API	docs	QR
🎉
Change	the	color-schema	or	timezone,	etc.	of	the	graph
1. PUT	request	to	/graphs/<graphID>	endpoint.
2. View	a	graph	detail	page.
API	docs	QR
🎉
Change	user-token
1. PUT	request	to	/users/<username>	endpoint.
2. Confirm	the	user-token	has	been	changed.
API	docs	QR
🎉
Delete	a	pixel,	graph,	and	user
1. DELETE	request	to	/<graphID>/<yyyyMMdd>	endpoint.
2. DELETE	request	to	/graphs/<graphID>	endpoint.
3. DELETE	request	to	/users/<username>	endpoint.
API	docs	QR
🎉
How	to	use	Pixela
〜 Advanced	〜
List	registered	graphs
1. Open	https://pixe.la/v1/users/a-know/graphs.html in	your	browser.
API	docs	QR
🎉
Make	it	private	in	the	registered	graph	list(★)
1. Updates	the	graph	`isSecret`	property.
2. After	that,	the	graph	will	disappear	when	you	open	the	registered	graph	list.
API	docs	QR
★ This	feature	is	exclusive	to	Pixela Supporter.	For	more	details,	see	the“Become a	Pixela supporter	and	use	
limited	features”page.
Link	with	iOS	12“Shortcuts”(Increase	or	decrease	the	value	by	request)
1. Create	a	shortcut	like	the	following.
API	docs	QR
2.	Tap	the	shortcut.
🎉
Use	without	specifying	X-USER-TOKEN	in	the	request	header
Ø Use	Pixela Webhook.	Create	a	webhook;
Get	webhook	list;
Invoke	a	webhook;
API	docs	QR
Easy	to	use	Pixela with	official	command	line	tools,	`pi`
Ø Pixela has	an	official	command	line	tool,	`pi`	.
If	you	use	macOS	and	homebrew,	installing	is	easy.
Set	the	environment	variable,	PIXELA_USER_TOKEN.
This	is	all	you	need.	For	details,	run	`pi	-h`	.
Pixela Useful	Examples
〜 from	Pixela breeders
https://github.com/a-know/Pixela/wiki/Useful-case-examples
Post	with	Slack
Ø [In	Japanese]	Pixela をSlackにつないで遊んでみた
Ø https://daisuki.nichiyoubi.land/entry/2018/10/16/134123
Ø This	example	is	SlackBot that	performs	API	Post	for	Pixela.
Link	with	Mackerel
Ø [In	Japanese]サービスのアラート発生状況をMackerelとPixelaで
(ゆるふわに)可視化する
Ø https://blog.a-know.me/entry/2018/10/25/095630
Ø Mackerel(mackerel.io)is	server-monitoring	SaaS.
Ø Alerts	determined	by	Mackerel	can	be	notified	to	the	outside	via	Webhook.	This	is	an	
example	of	visualizing	the	alert	occurrence	status	by	linking	with	Pixela webhook.
Link	with	Backlog
Ø [In	Japanese]	Backlogのダッシュボードに草を生やす
Ø https://inet-engineer.hatenablog.com/entry/2018/12/05/100000
Ø Backlog(backlog.com)is	project	management	SaaS.
Ø This	is	an	example	of	visualizing	the	frequency	of	open/update	issue	or	wiki	page	in	
Backlog.
Link	with	esa
Ø [In	Japanese]	Pixelaでesaのkusaを生やす
Ø https://sue445.hatenablog.com/entry/2018/12/06/111927
Ø esa(esa.io)is	document	sharing	service.
Ø This	is	an	example	of	visualizing	the	activity	on	esa.io.
Embed	in	Hatena Blog	and	enable	tooltips
Ø [In	Japanese]はてなブログに Pixela グラフを埋め込んで、さらに
ツールチップを表示させる方法
Ø https://blog.a-know.me/entry/2018/11/20/220257
Ø Hatena Blog(hatenablog.com)is	blog	platform	service.
Ø This	is	an	example	of	embedding	a	graph	in	a	blog	with	tooltips	available.
Embed	a	graph	at	any	place	using	iframe	tags	with	tooltips	available
Ø [In	Japanese]草グラフを iframe	タグで簡単に埋め込む
Ø https://blog.a-know.me/entry/2019/06/16/210915
Ø This	is	an	example	of	embed	a	graph	using	iframe	tags.	Tooltips	are	available!
Use	Pixela as	a	page	view	counter
Ø [In	Japanese]最高のアクセスカウンターソリューションができたよー!
Ø https://blog.a-know.me/entry/2019/01/30/225550
Ø This	is	an	example	of	using	it	as	a	page	view	counter	by	using	the	function	to	
increment	the	value	of	the	graph	each	time	the	graph	is	displayed.
Visualize	the	number	of	Vim	activations
Ø mattn/vim-pixela
Øhttps://github.com/mattn/vim-pixela
https://twitter.com/mattn_jp/status/1056782610205048832
Link	with	GitHub	Actions
Ø [In	Japanese]	Pull	RequestがきたらGitHub	Actions経由でPixela
に草を生やす
Ø http://ryosms.livedoor.blog/archives/9272516.html
Ø GitHub	Actions	is	GitHub	workflow	automation	service.
Ø This	is	an	example	of	visualizing	the	activity	on	GitHub.
Register	optional	data	and	make	it	visible	on	the	graph
Ø [In	Japanese]	Pixela v1.12.0	から可能になった機能で、草グラフ
に付加情報を表示させる
Ø https://blog.a-know.me/entry/2019/06/02/215237
Ø This	is	an	example	of	posting	optional	data	along	with	values	so	that	you	can	see	
them	on	a	graph.
★ This	feature	is	exclusive	to	Pixela Supporter.	For	more	details,	see	the“Become a	Pixela supporter	and	use	
limited	features”page.
Link	with	Travis	CI
Ø [In	Japanese]	Travis	CIのビルド終了後にPixelaで草を生やす
Ø https://sue445.hatenablog.com/entry/2019/02/18/235444
Ø Travis	CI(travis-ci.org)is	continuous	integration	service.
Ø This	is	an	example	of	visualizing	the	CI	running	activity	on	Travis	CI.
Learn	useful	examples	from“Pixela breeders”
Ø“Pixela breeders”are people	who	create	and	publish	examples	
and	libraries	using	Pixela.
Ø Their	output	is	summarized	on	the	GitHub	Wiki	below.	You	can	use	Pixela based	on	what	
is	written	on	the	Wiki.
Ø https://github.com/a-know/Pixela/wiki/Useful-case-examples
Ø https://github.com/a-know/Pixela/wiki/Third-Party-Libraries
Appendix
Become	a	Pixela breeder	and	get	exclusive	novelty	goods
Ø“Pixela breeders”are people	who	create	and	publish	examples	
and	libraries	using	Pixela.
Ø If	you	have	developed	a	third	party	library	for	Pixela or	
published	a	useful	case	on	a	blog,	please	contact	@a_know .
Ø I	will	post	it	on	the	wiki	and	present	limited	novelty	goods.	
Please	check	the	following	URL	for	details.	
Ø https://blog.a-know.me/entry/2019/01/20/103046
Become	a“Pixela supporter”and use	limited	features
Ø Pixela accepts	supports	using	Patreon (patreon.com).	
“Pixela supporter”is a	patron	who	provided	support.
Ø If	you	become	patron,	Patreon will	send	you	a	registration	code.					
By	setting	this	to	the	`Thanks	Code`	property	of	Pixela user,	you	can	
use	some	limited	functions.	Please	check	the	following	URL	for	details.	
Ø https://github.com/a-know/Pixela/wiki/Patreon-%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6-
Pixela-
%E3%82%92%E6%94%AF%E6%8F%B4%E3%81%99%E3%82%8B%EF%BC%8F%E9%99%90%E5%AE%9A%E6%A9%9F%E8%
83%BD%E3%82%92%E4%BD%BF%E3%81%86
Buy	Pixela goods
Ø You	can	purchase	various	goods	of	Pixela with	a	service	`SUZURI`	.
Ø https://suzuri.jp/pixela
Ø Sales	profits	are	used	as	operating	expenses	for	Pixela.
Catch	up	update	information
Ø Information	about	Pixela updates	is	available	as	GitHub	Releases.
Ø https://github.com/a-know/Pixela/releases
Ø Watch	the	Pixela GitHub	repository	to	receive	updates.
Understand	current	development	status
Ø The	development	status	of	Pixela is	published	on	GitHub	Projects.
Ø https://github.com/a-know/Pixela/projects/1
Report	bugs	or	request	features
Ø Pixela GitHub	Repository	is	open	to	issues.
Ø https://github.com/a-know/Pixela/issues
Ø Please	let	me	know	in	the	issue	what	you	think	is	strange	to	use	and	requests	for	new	
features.	There	is	a	corresponding	result	so	far.
Ø Please	write	in	English	when	you	open	an	issue.	I	don't	care	if	your	English	is	good,	
so	feel	free	to	report	it.
About	third-party	libraries
Ø Many	third-party	libraries	have	been	developed	thanks	to	many	Pixela
breeders.
Ø A	list	of	third-party	libraries	can	be	found	on	Pixela's
GitHub	Repository	Wiki.
Ø https://github.com/a-know/Pixela/wiki/Third-Party-Libraries
Ø Use	these	to	easily	incorporate	Pixela into	your	application.
You	can	download	this	document	from	the	following	URL.
https://bit.ly/pixela2019doc
by	a-know(@a_know /	a-know)

More Related Content

Similar to Pixela introduction document - builderscon 2019

Panmind at Ruby Social Club Milano
Panmind at Ruby Social Club MilanoPanmind at Ruby Social Club Milano
Panmind at Ruby Social Club MilanoPanmind
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Tech Community
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Tech Community
 
Build Fast WordPress Site With Gatsby
Build Fast WordPress Site With GatsbyBuild Fast WordPress Site With Gatsby
Build Fast WordPress Site With GatsbyImran Sayed
 
Esri Scotland Conf 2016 Web AppBuilder
Esri Scotland Conf 2016   Web AppBuilderEsri Scotland Conf 2016   Web AppBuilder
Esri Scotland Conf 2016 Web AppBuilderEsri UK
 
OpenSocial Intro
OpenSocial IntroOpenSocial Intro
OpenSocial IntroPamela Fox
 
OpenAPI development with Python
OpenAPI development with PythonOpenAPI development with Python
OpenAPI development with PythonTakuro Wada
 
Bunch of random tech things
Bunch of random tech thingsBunch of random tech things
Bunch of random tech thingsJohn Tubert
 
Sergey Ilinsky Presentation Ample Sdk
Sergey Ilinsky Presentation Ample SdkSergey Ilinsky Presentation Ample Sdk
Sergey Ilinsky Presentation Ample SdkAjax Experience 2009
 
Surviving Berlin Winter with JavaScript
Surviving Berlin Winter with JavaScriptSurviving Berlin Winter with JavaScript
Surviving Berlin Winter with JavaScriptJulian Kern
 
Design Patterns for Smart Applications
Design Patterns for Smart ApplicationsDesign Patterns for Smart Applications
Design Patterns for Smart ApplicationsSri Ambati
 
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...Create cross-platform apps that interact with Microsoft Graph and Office 365 ...
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...Codemotion
 
Learn how to use API with 2 API examples.pdf
Learn how to use API with 2 API examples.pdfLearn how to use API with 2 API examples.pdf
Learn how to use API with 2 API examples.pdfBe Problem Solver
 
Introduction to Apache Spark 2.0
Introduction to Apache Spark 2.0Introduction to Apache Spark 2.0
Introduction to Apache Spark 2.0Knoldus Inc.
 
Front End Development for Back End Developers - vJUG24 2017
Front End Development for Back End Developers - vJUG24 2017Front End Development for Back End Developers - vJUG24 2017
Front End Development for Back End Developers - vJUG24 2017Matt Raible
 
Open Source Web Charts
Open Source Web ChartsOpen Source Web Charts
Open Source Web ChartsHaNJiN Lee
 
LikeCoin SDK and API sharing
LikeCoin SDK and API sharingLikeCoin SDK and API sharing
LikeCoin SDK and API sharingWilliam Chong
 
Comviq Hackathon Warm-Up
Comviq Hackathon Warm-Up Comviq Hackathon Warm-Up
Comviq Hackathon Warm-Up Patrik Svensson
 

Similar to Pixela introduction document - builderscon 2019 (20)

Tools Of The Geospatial Web
Tools Of The Geospatial WebTools Of The Geospatial Web
Tools Of The Geospatial Web
 
Panmind at Ruby Social Club Milano
Panmind at Ruby Social Club MilanoPanmind at Ruby Social Club Milano
Panmind at Ruby Social Club Milano
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
 
Build Fast WordPress Site With Gatsby
Build Fast WordPress Site With GatsbyBuild Fast WordPress Site With Gatsby
Build Fast WordPress Site With Gatsby
 
Esri Scotland Conf 2016 Web AppBuilder
Esri Scotland Conf 2016   Web AppBuilderEsri Scotland Conf 2016   Web AppBuilder
Esri Scotland Conf 2016 Web AppBuilder
 
OpenSocial Intro
OpenSocial IntroOpenSocial Intro
OpenSocial Intro
 
OpenAPI development with Python
OpenAPI development with PythonOpenAPI development with Python
OpenAPI development with Python
 
Bunch of random tech things
Bunch of random tech thingsBunch of random tech things
Bunch of random tech things
 
Sergey Ilinsky Presentation Ample Sdk
Sergey Ilinsky Presentation Ample SdkSergey Ilinsky Presentation Ample Sdk
Sergey Ilinsky Presentation Ample Sdk
 
caQtDM_Argonne.pptx
caQtDM_Argonne.pptxcaQtDM_Argonne.pptx
caQtDM_Argonne.pptx
 
Surviving Berlin Winter with JavaScript
Surviving Berlin Winter with JavaScriptSurviving Berlin Winter with JavaScript
Surviving Berlin Winter with JavaScript
 
Design Patterns for Smart Applications
Design Patterns for Smart ApplicationsDesign Patterns for Smart Applications
Design Patterns for Smart Applications
 
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...Create cross-platform apps that interact with Microsoft Graph and Office 365 ...
Create cross-platform apps that interact with Microsoft Graph and Office 365 ...
 
Learn how to use API with 2 API examples.pdf
Learn how to use API with 2 API examples.pdfLearn how to use API with 2 API examples.pdf
Learn how to use API with 2 API examples.pdf
 
Introduction to Apache Spark 2.0
Introduction to Apache Spark 2.0Introduction to Apache Spark 2.0
Introduction to Apache Spark 2.0
 
Front End Development for Back End Developers - vJUG24 2017
Front End Development for Back End Developers - vJUG24 2017Front End Development for Back End Developers - vJUG24 2017
Front End Development for Back End Developers - vJUG24 2017
 
Open Source Web Charts
Open Source Web ChartsOpen Source Web Charts
Open Source Web Charts
 
LikeCoin SDK and API sharing
LikeCoin SDK and API sharingLikeCoin SDK and API sharing
LikeCoin SDK and API sharing
 
Comviq Hackathon Warm-Up
Comviq Hackathon Warm-Up Comviq Hackathon Warm-Up
Comviq Hackathon Warm-Up
 

More from a know

"草APIサービス" Pixela を作った話
"草APIサービス" Pixela を作った話"草APIサービス" Pixela を作った話
"草APIサービス" Pixela を作った話a know
 
セールスエンジニアとして今後身につけていきたい技術
セールスエンジニアとして今後身につけていきたい技術セールスエンジニアとして今後身につけていきたい技術
セールスエンジニアとして今後身につけていきたい技術a know
 
私の「キャリアキーノート」
私の「キャリアキーノート」私の「キャリアキーノート」
私の「キャリアキーノート」a know
 
Mackerel の standard プランを個人利用している話
Mackerel の standard プランを個人利用している話Mackerel の standard プランを個人利用している話
Mackerel の standard プランを個人利用している話a know
 
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!a know
 
フィードフォースと AWS と私
フィードフォースと AWS と私フィードフォースと AWS と私
フィードフォースと AWS と私a know
 
今日から始める Go言語 と appengine
今日から始める Go言語 と appengine今日から始める Go言語 と appengine
今日から始める Go言語 と appenginea know
 
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】a know
 
はじめよう JavaFX 2.x
はじめよう JavaFX 2.xはじめよう JavaFX 2.x
はじめよう JavaFX 2.xa know
 
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)a know
 

More from a know (10)

"草APIサービス" Pixela を作った話
"草APIサービス" Pixela を作った話"草APIサービス" Pixela を作った話
"草APIサービス" Pixela を作った話
 
セールスエンジニアとして今後身につけていきたい技術
セールスエンジニアとして今後身につけていきたい技術セールスエンジニアとして今後身につけていきたい技術
セールスエンジニアとして今後身につけていきたい技術
 
私の「キャリアキーノート」
私の「キャリアキーノート」私の「キャリアキーノート」
私の「キャリアキーノート」
 
Mackerel の standard プランを個人利用している話
Mackerel の standard プランを個人利用している話Mackerel の standard プランを個人利用している話
Mackerel の standard プランを個人利用している話
 
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!
「お手軽な機械学習サービス」で、ルーティンワークに立ち向かおう!
 
フィードフォースと AWS と私
フィードフォースと AWS と私フィードフォースと AWS と私
フィードフォースと AWS と私
 
今日から始める Go言語 と appengine
今日から始める Go言語 と appengine今日から始める Go言語 と appengine
今日から始める Go言語 と appengine
 
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】
サンタソン【サンタは俺らに何もくれない!だったら、俺らでアプリを作ろう】
 
はじめよう JavaFX 2.x
はじめよう JavaFX 2.xはじめよう JavaFX 2.x
はじめよう JavaFX 2.x
 
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)
はじめよう JavaFX 2.x(第3回 岡山Javaユーザー会)
 

Recently uploaded

Shimla 💋 Call Girl 9748763073 Call Girls in Shimla Escort service book now
Shimla 💋  Call Girl 9748763073 Call Girls in Shimla Escort service book nowShimla 💋  Call Girl 9748763073 Call Girls in Shimla Escort service book now
Shimla 💋 Call Girl 9748763073 Call Girls in Shimla Escort service book nowapshanarani255
 
Indore ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book now
Indore  ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book nowIndore  ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book now
Indore ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book nowapshanarani255
 
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...aakahthapa70
 
Dehradun ❣️ Call Girl 97487*63073 Call Girls in Dehradun Escort service book...
Dehradun ❣️  Call Girl 97487*63073 Call Girls in Dehradun Escort service book...Dehradun ❣️  Call Girl 97487*63073 Call Girls in Dehradun Escort service book...
Dehradun ❣️ Call Girl 97487*63073 Call Girls in Dehradun Escort service book...apshanarani255
 
BARASAT CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
BARASAT CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICEBARASAT CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
BARASAT CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Servicenishacall1
 
Mysore Call girl service 6289102337 Mysore escort service
Mysore Call girl service 6289102337 Mysore escort serviceMysore Call girl service 6289102337 Mysore escort service
Mysore Call girl service 6289102337 Mysore escort servicemaheshsingh64440
 
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book now
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book nowPatna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book now
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book nowapshanarani255
 
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL IN
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL INBhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL IN
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL INoyomaster143
 
NAGPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
NAGPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICENAGPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
NAGPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICEayushi9330
 
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book now
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book nowKolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book now
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book nowapshanarani255
 
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...oyomaster143
 
Rajkot Call Girls Contact Number +919358341802 Call Girls In Rajkot
Rajkot Call Girls Contact Number +919358341802 Call Girls In RajkotRajkot Call Girls Contact Number +919358341802 Call Girls In Rajkot
Rajkot Call Girls Contact Number +919358341802 Call Girls In RajkotSivanyaPandeya
 
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...Monika Rani
 
Digha Call Girl Service 97487*63073 Call Girls in Digha Escort service book...
Digha  Call Girl Service 97487*63073 Call Girls in Digha  Escort service book...Digha  Call Girl Service 97487*63073 Call Girls in Digha  Escort service book...
Digha Call Girl Service 97487*63073 Call Girls in Digha Escort service book...apshanarani255
 
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book now
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book nowGuwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book now
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book nowapshanarani255
 
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...teencall080
 
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.riyadelhic riyadelhic
 
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls Agency
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls AgencyHire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls Agency
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls AgencyJia Oberoi
 
Night Service in Karachi | 03274100048 | Sex Girls Karachi
Night Service in Karachi | 03274100048 | Sex Girls KarachiNight Service in Karachi | 03274100048 | Sex Girls Karachi
Night Service in Karachi | 03274100048 | Sex Girls KarachiAwais Yousaf
 

Recently uploaded (20)

Shimla 💋 Call Girl 9748763073 Call Girls in Shimla Escort service book now
Shimla 💋  Call Girl 9748763073 Call Girls in Shimla Escort service book nowShimla 💋  Call Girl 9748763073 Call Girls in Shimla Escort service book now
Shimla 💋 Call Girl 9748763073 Call Girls in Shimla Escort service book now
 
Indore ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book now
Indore  ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book nowIndore  ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book now
Indore ❣️Call Girl 97487*63073 Call Girls in Indore Escort service book now
 
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...
Call Girls In {Connaught Place Delhi} 9667938988 IndianRussian High Profile E...
 
Dehradun ❣️ Call Girl 97487*63073 Call Girls in Dehradun Escort service book...
Dehradun ❣️  Call Girl 97487*63073 Call Girls in Dehradun Escort service book...Dehradun ❣️  Call Girl 97487*63073 Call Girls in Dehradun Escort service book...
Dehradun ❣️ Call Girl 97487*63073 Call Girls in Dehradun Escort service book...
 
BARASAT CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
BARASAT CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICEBARASAT CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
BARASAT CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 37 (Delhi) Call Girl Service
 
Mysore Call girl service 6289102337 Mysore escort service
Mysore Call girl service 6289102337 Mysore escort serviceMysore Call girl service 6289102337 Mysore escort service
Mysore Call girl service 6289102337 Mysore escort service
 
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book now
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book nowPatna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book now
Patna ❣️ Call Girl 7870993772 Call Girls in Patna Escort service book now
 
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL IN
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL INBhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL IN
Bhopal ❤CALL GIRL 9874883814 ❤CALL GIRLS IN Bhopal ESCORT SERVICE❤CALL GIRL IN
 
NAGPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
NAGPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICENAGPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
NAGPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book now
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book nowKolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book now
Kolkata 💋 Call Girl 9748763073 Call Girls in Kolkata Escort service book now
 
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...
Nagpur ❤CALL GIRL 9874883814 ❤CALL GIRLS IN nagpur ESCORT SERVICE❤CALL GIRL I...
 
Rajkot Call Girls Contact Number +919358341802 Call Girls In Rajkot
Rajkot Call Girls Contact Number +919358341802 Call Girls In RajkotRajkot Call Girls Contact Number +919358341802 Call Girls In Rajkot
Rajkot Call Girls Contact Number +919358341802 Call Girls In Rajkot
 
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...
Vip profile Call Girls In Hyderabad 9748763073 For Genuine Sex Service At Jus...
 
Digha Call Girl Service 97487*63073 Call Girls in Digha Escort service book...
Digha  Call Girl Service 97487*63073 Call Girls in Digha  Escort service book...Digha  Call Girl Service 97487*63073 Call Girls in Digha  Escort service book...
Digha Call Girl Service 97487*63073 Call Girls in Digha Escort service book...
 
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book now
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book nowGuwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book now
Guwahati ❣️ Call Girl 97487*63073 Call Girls in Guwahati Escort service book now
 
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...
+91-9310611641 Russian Call Girls In New Delhi Independent Russian Call Girls...
 
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.
Call Now ☎9870417354|| Call Girls in Noida Sector 12 Escort Service Noida N.C.R.
 
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls Agency
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls AgencyHire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls Agency
Hire 💕 8617370543 Uttara Kannada Call Girls Service Call Girls Agency
 
Night Service in Karachi | 03274100048 | Sex Girls Karachi
Night Service in Karachi | 03274100048 | Sex Girls KarachiNight Service in Karachi | 03274100048 | Sex Girls Karachi
Night Service in Karachi | 03274100048 | Sex Girls Karachi
 

Pixela introduction document - builderscon 2019